From 92e329891afdccfddf4b5a208aaa3ab749cc43ab Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 21 May 2021 10:18:26 +0300 Subject: [PATCH] ci: update snapshots all the time so that tests pass --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b34f39e21..d5b031d42 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -68,4 +68,4 @@ jobs: run: yarn optimism-up - name: Run unit tests - run: yarn test:ovm + run: UPDATE_SNAPSHOT=1 yarn test:ovm