run cypress in container

This commit is contained in:
kolaente 2025-04-02 13:44:38 +02:00
parent 489fe44a83
commit 649bf5241f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,8 @@ jobs:
test-frontend-e2e:
runs-on: [self-hosted, type-cx32, image-x86-app-docker-ce]
container:
image: cypress/browsers:22.13.1
needs:
- frontend-dependencies
- api-build