Skip to content

Commit

Permalink
GitHub: Fix wildcard expression
Browse files Browse the repository at this point in the history
It seems that this was interpreted by the shell already and
resolved to something different than what Mocha made of it
under the condition that there were actually subdirectories
with tests.
  • Loading branch information
UlrichEckhardt committed Jul 29, 2024
1 parent 6241ca8 commit 077c333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mocha-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Run Mocha Tests
id: mocha-tests
run: npx mocha --reporter mocha-ctrf-json-reporter --reporter-options outputDir=. tests/**/*.test.ts
run: npx mocha --reporter mocha-ctrf-json-reporter --reporter-options outputDir=. 'tests/**/*.test.ts'

- name: Generate CTRF annotations
id: ctrf-annotations
Expand Down

0 comments on commit 077c333

Please sign in to comment.