Skip to content

Commit

Permalink
I love bash
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Helwer <[email protected]>
  • Loading branch information
ahelwer committed Apr 10, 2024
1 parent aac2b13 commit 5655202
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 @@ -94,7 +94,7 @@ jobs:
--tools_jar_path $DEPS_DIR/tools/tla2tools.jar \
--manifest_path manifest.json \
--skip "${SKIP[@]}"
if [[ ! ${{ matrix.unicode }} ]]; then
if [[ "${{ matrix.unicode }}" == "false" ]]; then
git status
git diff
diff_count=$(git status --porcelain=v1 2>/dev/null | wc -l)
Expand Down

0 comments on commit 5655202

Please sign in to comment.