Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit faba6a9

Browse files
committed
simplify
1 parent 9cc4b47 commit faba6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 20
2424
- run: npm ci
25-
- run: npm run test
25+
- run: npm test
2626

2727
docker-build:
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)