mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Clean up build before retrying
This commit is contained in:
parent
07464f9ef6
commit
a6ed997731
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue