From 483054e7fa386f738fcb2a75d4d88990d8d15f60 Mon Sep 17 00:00:00 2001 From: lutangar Date: Mon, 29 Apr 2024 17:51:31 +0200 Subject: [PATCH] chore(test): fix glob expansion with sh --- .github/workflows/transcription.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/transcription.yml b/.github/workflows/transcription.yml index 88a4933a3..09df58ebe 100644 --- a/.github/workflows/transcription.yml +++ b/.github/workflows/transcription.yml @@ -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"