Skip to content

Commit

Permalink
chore: disable snapshot upload
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 25, 2021
1 parent 3c1321f commit 1a7a846
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,3 @@ jobs:
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- run: yarn
- run: yarn test
- name: Update failed snapshots
run: |
yarn test:unit -u
git config user.name github-actions
git config user.email [email protected]
git add lib/__snapshots__
git commit -m "Update snapshots"
git push
if: ${{ failure() }}

0 comments on commit 1a7a846

Please sign in to comment.