Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Mar 5, 2024
1 parent 7145965 commit 36d036a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ jobs:

- name: Pull
run: time docker pull google/cloud-sdk:emulators

- name: Cache Binary
id: cache-bin
uses: actions/cache@v4
with:
path: testfile
key: test-key-2

- name: Generate Binary
if: steps.cache-bin.outputs.cache-hit != 'true'
run: dd if=/dev/urandom of=testfile bs=1024 count=302400

- name: Stat Binary
run: stat testfile

0 comments on commit 36d036a

Please sign in to comment.