force bash shell for retry action

This commit is contained in:
Pascal Jufer 2023-01-15 20:05:38 +01:00
parent f51b26ae7a
commit 5108c140af

View file

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