Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsvetkov-splunk committed Feb 12, 2024
1 parent 76223fc commit 2526682
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 2526682

Please sign in to comment.