Skip to content

Commit 1a591ca

Browse files
Continue tests on error even when refresh fails
1 parent 5bff65d commit 1a591ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/data-refresh.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ jobs:
9494
path: tests/mocks/data/
9595

9696
- name: Update snapshots
97+
# TODO: check if we need the next step or we can just run this one instead
98+
continue-on-error: true
9799
run: npm run test:update
98100

99101
- name: Run tests again

0 commit comments

Comments
 (0)