Clean up build before retrying

This commit is contained in:
Oliver Blanthorn 2020-06-17 18:24:30 +01:00
parent 07464f9ef6
commit a6ed997731
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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 }}