Moves e2e tests from production workflow into a separate workflow that requires manual triggering. This allows e2e tests to be run on-demand without blocking production deployments. Changes: - Created new .forgejo/workflows/e2e-tests.yaml with workflow_dispatch trigger - Removed disabled e2e job from production.yaml workflow - E2E tests can now be triggered manually from Actions tab with browser selection (all, chromium, firefox, webkit) - Test results and videos uploaded as artifacts on all runs Reviewed-on: graham/towerops-web#66 |
||
|---|---|---|
| .. | ||
| e2e-tests.yaml | ||
| pr-tests.yaml | ||
| production.yaml | ||
| renovate.yaml | ||
| staging.yaml | ||