Skip to content

Commit

Permalink
Invoke with -a
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot authored Aug 10, 2023
1 parent a7dc35a commit 42c64f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
commands: |
set -e
test ! -f /usr/games/fortune
apt install -y fortunes fortune-mod
apt install -y fortunes-min fortune-mod
- name: Move and rename image with dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand All @@ -37,4 +37,4 @@ jobs:
with:
base_image: file://${RUNNER_TEMP}/test_cache.img
commands: |
/usr/games/fortune
/usr/games/fortune -a

0 comments on commit 42c64f1

Please sign in to comment.