You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: op run --env-file=".env" -- uv run bash scripts/generate-client.sh
72
80
env:
73
81
VIRTUAL_ENV: backend/.venv
74
-
- run: docker compose build
82
+
- run: op run --env-file=".env" -- docker compose build
75
83
- run: docker compose down -v --remove-orphans
76
84
- name: Run Playwright tests
77
-
run: docker compose run --rm playwright npx playwright test --fail-on-flaky-tests --trace=retain-on-failure --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
85
+
run: op run --env-file=".env" -- docker compose run --rm playwright npx playwright test --fail-on-flaky-tests --trace=retain-on-failure --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
78
86
- run: docker compose down -v --remove-orphans
79
87
- name: Upload blob report to GitHub Actions Artifacts
0 commit comments