fix: Ensure bash shell is explicitly set for running E2E tests
Some checks failed
Run E2E Tests / E2E Tests (push) Failing after 1m47s
Run Tests / Lint (push) Successful in 50s
Run Tests / Unit Tests (push) Successful in 1m11s

This commit is contained in:
2025-10-28 08:29:12 +01:00
parent 3da8a50ac4
commit 2136dbdd44

View File

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