Skip to content

Commit

Permalink
Fix inverted logic in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed May 22, 2023
1 parent c5b0cd4 commit c45e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npm run all

- name: Fail if Build Outdated
run: test -n "$(git status --porcelain)"
run: test -z "$(git status --porcelain)"

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c45e1ea

Please sign in to comment.