Skip to content

Commit

Permalink
Revert "Removed auto retry that was giving false-positives"
Browse files Browse the repository at this point in the history
This reverts commit 58cdd5f.
  • Loading branch information
DeeDeeG committed Oct 19, 2024
1 parent c193a9f commit 1c5634d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/editor-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:

- name: Run Tests
if: runner.os != 'Linux'
run: yarn start --test spec
run: node script/run-tests.js spec

- name: Run Tests with xvfb-run (Linux)
if: runner.os == 'Linux'
run: xvfb-run --auto-servernum yarn start --test spec
run: xvfb-run --auto-servernum node script/run-tests.js spec

0 comments on commit 1c5634d

Please sign in to comment.