Skip to content

Commit

Permalink
update package test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaz-utashiro committed Dec 12, 2024
1 parent 2d66696 commit a179dcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
cache: workflow
tools: zsh libnss3-tools
- run: (cd __test__; . run.sh )
- run: zsh --version
- run: test "${{ steps.action.outputs.cache-hit }}" != true
cached:
needs: initial
Expand All @@ -29,7 +29,7 @@ jobs:
with:
cache: workflow
tools: zsh libnss3-tools
- run: (cd __test__; . run.sh )
- run: zsh --version
- run: test "${{ steps.action.outputs.cache-hit }}" == true
no-cache:
needs: initial
Expand All @@ -41,7 +41,7 @@ jobs:
with:
cache: no
tools: zsh libnss3-tools
- run: (cd __test__; . run.sh )
- run: zsh --version
- run: test "${{ steps.action.outputs.cache-hit }}" != true
key:
needs: initial
Expand All @@ -54,5 +54,5 @@ jobs:
cache: workflow
tools: zsh libnss3-tools
key: v2
- run: (cd __test__; . run.sh )
- run: zsh --version
- run: test "${{ steps.action.outputs.cache-hit }}" != true

0 comments on commit a179dcc

Please sign in to comment.