Skip to content

Commit

Permalink
Run test262 workflow sequentially
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Nov 18, 2024
1 parent b73769b commit 17041a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test262.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# The workflow should succeed even if `test` has nonzero return code
continue-on-error: true
run: |
opam exec -- dune exec -- ecma-sl test --jobs 7 --type test262 --harness bench/test262/environment/harness.js bench/test262/tests --webhook-url "$SLACK_WEBHOOK_URL" > ${{ env.RESULTS_FILE }}
opam exec -- dune exec -- ecma-sl test --type test262 --harness bench/test262/environment/harness.js bench/test262/tests --webhook-url "$SLACK_WEBHOOK_URL" > ${{ env.RESULTS_FILE }}
- name: Upload Results
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 17041a4

Please sign in to comment.