mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
force bash shell for retry action
This commit is contained in:
parent
f51b26ae7a
commit
5108c140af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/e2e.yml
vendored
1
.github/workflows/e2e.yml
vendored
|
@ -85,6 +85,7 @@ jobs:
|
|||
max_attempts: 40
|
||||
timeout_minutes: 10
|
||||
retry_wait_seconds: 10
|
||||
shell: bash
|
||||
command: |
|
||||
yarn run clean && yarn run build --old-native && yarn make-zip && yarn jest
|
||||
# - name: Test (Chrome, Linux)
|
||||
|
|
Loading…
Add table
Reference in a new issue