Compare commits

..

1 commit

Author SHA1 Message Date
ef610ab30d chore: Add some tests
All checks were successful
CI / Get Changed Files (pull_request) Successful in 8s
Pull Request Labeler / labeler (pull_request_target) Successful in 5s
Label PRs based on size / Check PR size (pull_request) Successful in 12s
Claude PR Review / claude-code (pull_request) Successful in 24s
CI / oxlint (pull_request) Successful in 31s
CI / Docker frontend validation (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 40s
CI / Docker backend validation (pull_request) Successful in 24s
CI / prettier (pull_request) Successful in 42s
CI / test-build (pull_request) Successful in 1m13s
CI / Checkstyle Main (pull_request) Successful in 1m23s
CI / Backend Tests (pull_request) Successful in 2m7s
CI / Playwright (pull_request) Successful in 2m7s
2025-06-04 12:53:18 +02:00

View file

@ -189,7 +189,7 @@ jobs:
bun install bun install
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
- run: bunx playwright install --with-deps - run: bunx playwright install --with-deps
working-directory: ./frontend working-directory: ./frontend
- name: Run Playwright tests - name: Run Playwright tests