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'
|
||||
|
||||
- name: Run e2e tests
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
mkdir -p artifacts/pytest
|
||||
|
||||
Reference in New Issue
Block a user