chore(test): fix glob expansion with sh

This commit is contained in:
lutangar 2024-04-29 17:51:31 +02:00
parent 18f189628a
commit 483054e7fa

View file

@ -28,4 +28,4 @@ jobs:
- name: Run transcription tests
run: |
npm run mocha -- --exit --bail packages/tests/src/transcription/**/*.spec.ts
npm run mocha -- --exit --bail "packages/tests/src/transcription/**/*.spec.ts"