From 1a777fe2874c10a1df7e5d5628cb18a3bd8bec2b Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Mon, 8 Jun 2020 14:37:25 +0100 Subject: [PATCH] Give e2e tests more chances to succeed --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a5a36031..1f84350a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 }}