We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094e90 commit d147fb4Copy full SHA for d147fb4
.github/workflows/lint-and-tests.yml
@@ -139,7 +139,7 @@ jobs:
139
- name: Run Unit Tests
140
# We want to run Unit Tests in every circumstance, including Crowdin PRs and Dependabot PRs to ensure
141
# that changes to dependencies or translations don't break the Unit Tests
142
- run: node_modules/.bin/turbo test:ci ${{ env.TURBO_ARGS }}
+ run: node --run test:ci -- ${{ env.TURBO_ARGS }}
143
144
- name: Upload test coverage to Codecov
145
if: ${{ !cancelled() && github.event_name != 'merge_group' }}
0 commit comments