Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit 5fc320b

Browse files
committed
ci: tweak test job
1 parent 3aae490 commit 5fc320b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818

1919
- name: Run Tests
2020
run: |
21-
yarn
21+
yarn install --frozen-lockfile
2222
yarn run test:coverage
2323
2424
- name: Coveralls
2525
uses: coverallsapp/github-action@master
26+
continue-on-error: true
2627
with:
2728
github-token: ${{ secrets.GITHUB_TOKEN }}
2829
path-to-lcov: ./lcov.info

0 commit comments

Comments
 (0)