Skip to content

Commit 38012aa

Browse files
committed
ci: remove double dash
1 parent 26f4207 commit 38012aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: pnpm install --frozen-lockfile
6868

6969
- name: Run tests
70-
run: pnpm test -- --runInBand --ci --reporters=default --reporters=github-actions
70+
run: pnpm test --runInBand --ci --reporters=default --reporters=github-actions
7171

7272
- name: Upload code coverage to codecov
7373
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)