mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Give e2e tests more chances to succeed
This commit is contained in:
parent
a3691fc394
commit
1a777fe287
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
HEADLESS: 1
|
||||
run: |
|
||||
yarn make-zip
|
||||
yarn jest || yarn jest || yarn jest || yarn jest
|
||||
yarn jest || yarn jest || yarn jest || yarn jest || yarn jest || yarn jest || yarn jest || yarn jest
|
||||
# - name: Test (Chrome, Linux)
|
||||
# if: matrix.browser == 'chrome' && matrix.os == 'ubuntu'
|
||||
# run: xvfb-run --auto-servernum npm run jest -- ${{ matrix.browser }} || xvfb-run --auto-servernum npm run jest -- ${{ matrix.browser }}
|
||||
|
|
Loading…
Add table
Reference in a new issue