We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b56209 commit af6f48eCopy full SHA for af6f48e
.github/workflows/test.yml
@@ -41,7 +41,7 @@ jobs:
41
key: ${{ runner.os }}-jest
42
43
- 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 }}
+ run: npm run test --silent --shard=${{ fromJSON(matrix.chunk) }}/${{ strategy.job-total }} --max-workers ${{ steps.cpu-cores.outputs.count }}
45
46
storybookTests:
47
if: ${{ github.actor != 'OSBotify' && github.actor != 'imgbot[bot]' || github.event_name == 'workflow_call' }}
0 commit comments