Skip to content

Commit 91f065d

Browse files
committed
chore(workflows/test.yml): change "run" to execute script, not alias
1 parent a949a9b commit 91f065d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: npm install
2626

27-
- run: npm test-coverage
27+
- run: npm run test-coverage
2828

2929
lint:
3030
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)