Skip to content

Commit

Permalink
Fix mocha.yml smoke run
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Mar 26, 2024
1 parent e5ea816 commit 624d954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
with:
node-version: '${{ matrix.node }}'
- run: npm install --production
- run: npm run test:smoke
- run: npm run test-smoke

lint:
name: Linting code and markdown
Expand Down

0 comments on commit 624d954

Please sign in to comment.