Skip to content

Commit 1ad1508

Browse files
committed
fix tests
1 parent 320c4b3 commit 1ad1508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install --frozen-lockfile
3333

3434
- name: Unit tests
35-
run: pnpm test -- --coverage
35+
run: pnpm test --coverage
3636

3737
- name: Upload coverage
3838
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)