Skip to content

Commit af6f48e

Browse files
committed
fix: update Jest command in GitHub Actions workflow to use npm run test
1 parent 2b56209 commit af6f48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ runner.os }}-jest
4242

4343
- name: Jest tests
44-
run: NODE_OPTIONS="$NODE_OPTIONS --experimental-vm-modules" npm jest --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --max-workers ${{ steps.cpu-cores.outputs.count }}
44+
run: npm run test --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --max-workers ${{ steps.cpu-cores.outputs.count }}
4545

4646
storybookTests:
4747
if: ${{ github.actor != 'OSBotify' && github.actor != 'imgbot[bot]' || github.event_name == 'workflow_call' }}

0 commit comments

Comments
 (0)