Skip to content

Commit

Permalink
test: Tweak test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Mar 17, 2024
1 parent 1502ad7 commit 4be7673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
key: test-m2-${{ hashFiles('bb.edn') }}
- run: bb check-all
- run: |
git diff
if [[ -n $(git diff) ]]; then
git diff -- . ':(exclude)dev/analysis.edn'
if [[ -n $(git diff -- . ':(exclude)dev/analysis.edn') ]]; then
echo "Detected uncommitted changes"
exit 1
fi

0 comments on commit 4be7673

Please sign in to comment.