Skip to content

Commit d147fb4

Browse files
committed
fix: use node --run for test:ci
1 parent 2094e90 commit d147fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Run Unit Tests
140140
# We want to run Unit Tests in every circumstance, including Crowdin PRs and Dependabot PRs to ensure
141141
# that changes to dependencies or translations don't break the Unit Tests
142-
run: node_modules/.bin/turbo test:ci ${{ env.TURBO_ARGS }}
142+
run: node --run test:ci -- ${{ env.TURBO_ARGS }}
143143

144144
- name: Upload test coverage to Codecov
145145
if: ${{ !cancelled() && github.event_name != 'merge_group' }}

0 commit comments

Comments
 (0)