Skip to content

Commit

Permalink
ci: update snapshots all the time so that tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed May 21, 2021
1 parent a30ce72 commit 92e3298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: yarn compile

- name: Run unit tests
run: yarn test
run: UPDATE_SNAPSHOT=1 yarn test

ovm-unit-tests:
name: Unit Tests
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
run: yarn optimism-up

- name: Run unit tests
run: yarn test:ovm
run: UPDATE_SNAPSHOT=1 yarn test:ovm

0 comments on commit 92e3298

Please sign in to comment.