mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-01 18:47:20 +01:00
Move upgrade verification tests to separate directory
- Move upgrade-verification.spec.ts from test/e2e/ to test/upgrade/ - This prevents the test from running during normal E2E CI runs - The upgrade test is only meant for the upgrade-test workflow - Update workflow and documentation to reflect new location Co-authored-by: katosdev <7927609+katosdev@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/upgrade-test.yaml
vendored
2
.github/workflows/upgrade-test.yaml
vendored
@@ -141,7 +141,7 @@ jobs:
|
||||
pnpm exec playwright test \
|
||||
-c ./test/playwright.config.ts \
|
||||
--project=chromium \
|
||||
test/e2e/upgrade-verification.spec.ts
|
||||
test/upgrade/upgrade-verification.spec.ts
|
||||
env:
|
||||
HOMEBOX_URL: http://localhost:7745
|
||||
|
||||
|
||||
Reference in New Issue
Block a user