From b3f002f9ce628ffe6653c279da83b2130c158bfd Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Thu, 6 Oct 2022 14:45:56 +0200 Subject: [PATCH] chore: invert exit code in nightly check [skip release] --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 518c023a..1020b8e1 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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() }}