Skip to content

Commit

Permalink
Apparently npm ci-test isn't a synonym for npm install-ci-test...
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia committed Sep 25, 2024
1 parent 132869e commit 3d64c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm ci-test
- run: npm ci
- run: npm test

test-deno:
needs: lint-build
Expand Down

0 comments on commit 3d64c61

Please sign in to comment.