Skip to content

Commit

Permalink
.github/workflows/mocha-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrichEckhardt committed Jul 15, 2024
1 parent 88e90b8 commit 4075214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mocha-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read

jobs:
# `Mocha`-based functional tests
# `Mocha`-based tests
run-mocha:
name: Run mocha test runner
runs-on: ubuntu-latest
Expand All @@ -35,5 +35,5 @@ jobs:
run: npm ci

- name: Run Mocha Script
id: npm-mocha
run: npm run mocha
id: npm-tests
run: npm run tests

0 comments on commit 4075214

Please sign in to comment.