fix: Ensure bash shell is explicitly set for running E2E tests
This commit is contained in:
@@ -64,6 +64,7 @@ jobs:
|
|||||||
run-db-setup: 'true'
|
run-db-setup: 'true'
|
||||||
|
|
||||||
- name: Run e2e tests
|
- name: Run e2e tests
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
mkdir -p artifacts/pytest
|
mkdir -p artifacts/pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user