Skip to content

Commit

Permalink
ci: temp upload new snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Mar 25, 2021
1 parent dd77200 commit 5c1314c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test
- run: yarn test -u
- uses: actions/upload-artifact@v2
if: failure()
with:
name: diff outputs
path: src/**/__diff_output__/*.png
path: src/**/*.png

0 comments on commit 5c1314c

Please sign in to comment.