diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml index 6d63e9111..248624ca5 100644 --- a/.github/workflows/storybook-tests.yml +++ b/.github/workflows/storybook-tests.yml @@ -35,12 +35,12 @@ jobs: "npx wait-on tcp:6006 && yarn test-storybook -u" - name: Push updated screenshots uses: actions/checkout@v4 - - run: | - git config user.name github-actions - git config user.email github-actions@github.com - git add \*.png - git commit -m "update screenshots [skip ci]" - git push + run: | + git config user.name github-actions + git config user.email github-actions@github.com + git add \*.png + git commit -m "update screenshots [skip ci]" + git push - uses: actions/upload-artifact@v4 name: 'Upload test report' if: ${{ failure() }}