Skip to content

Commit

Permalink
Removed auto retry that was giving false-positives
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricioszabo committed Sep 15, 2024
1 parent 873cb84 commit 58cdd5f
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: node script/run-tests.js spec
run: yarn start --test spec

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

0 comments on commit 58cdd5f

Please sign in to comment.