chore(test): fix glob expansion with sh

pull/6303/head
lutangar 2024-04-29 17:51:31 +02:00
parent 18f189628a
commit 483054e7fa
1 changed files with 1 additions and 1 deletions

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"