Skip to content

Commit d182f8d

Browse files
TimelordUKclaude
andcommitted
fix env-cmd v11 breaking change requiring -- separator
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 839e6cc commit d182f8d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Run tests
6868
working-directory: node_modules/msnodesqlv8
69-
run: ./node_modules/.bin/env-cmd -e github-linux npm test
69+
run: ./node_modules/.bin/env-cmd -e github-linux -- npm test
7070
timeout-minutes: 30
7171

7272
- name: Upload test results
@@ -131,7 +131,7 @@ jobs:
131131

132132
- name: Run tests
133133
working-directory: node_modules/msnodesqlv8
134-
run: ./node_modules/.bin/env-cmd -e github-windows npm test
134+
run: ./node_modules/.bin/env-cmd -e github-windows -- npm test
135135
timeout-minutes: 30
136136

137137
- name: Upload test results

package-lock.json

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)