From a6ed99773196ccd77ef2934b51d887c759bae43c Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 17 Jun 2020 18:24:30 +0100 Subject: [PATCH] Clean up build before retrying --- .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 13b81ecc..7c6c2b61 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: timeout_minutes: 10 retry_wait_seconds: 10 command: | - killall firefox; yarn run build && yarn make-zip && yarn jest + yarn run clean && yarn run build && yarn make-zip && 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 }}