Give e2e tests more chances to succeed

This commit is contained in:
Oliver Blanthorn 2020-06-08 14:37:25 +01:00
parent a3691fc394
commit 1a777fe287
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -61,7 +61,7 @@ jobs:
HEADLESS: 1 HEADLESS: 1
run: | run: |
yarn make-zip 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) # - name: Test (Chrome, Linux)
# if: matrix.browser == 'chrome' && matrix.os == 'ubuntu' # 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 }} # run: xvfb-run --auto-servernum npm run jest -- ${{ matrix.browser }} || xvfb-run --auto-servernum npm run jest -- ${{ matrix.browser }}