Skip to content

Commit

Permalink
skip-nx-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Jan 24, 2024
1 parent fb7380c commit a7f5d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
NUM=1
while true; do
echo "Run number ${NUM}:"
nx run zed-node:test
nx run zed-node:test --skip-nx-cache
NUM=$(expr $NUM + 1)
done

0 comments on commit a7f5d99

Please sign in to comment.