Skip to content

Commit

Permalink
chore: invert exit code in nightly check [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Oct 7, 2022
1 parent 5e677bd commit b3f002f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
with:
run: |
yarn build
yarn test-storybook:ci-failures
! yarn test-storybook:ci-failures
- name: Process test results
if: ${{ always() }}
Expand Down

0 comments on commit b3f002f

Please sign in to comment.