Skip to content

Commit a2afb4c

Browse files
committed
Simplify command
1 parent 751cffa commit a2afb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- run: npm ci
19-
- run: npm run test
19+
- run: npm test
2020
env:
2121
YARN_GPG: no

0 commit comments

Comments
 (0)