Compare commits

..

1 commit

Author SHA1 Message Date
7ea69571bc chore: Add some tests
Some checks failed
CI / Get Changed Files (pull_request) Successful in 7s
Pull Request Labeler / labeler (pull_request_target) Successful in 7s
Label PRs based on size / Check PR size (pull_request) Successful in 14s
CI / Docker frontend validation (pull_request) Successful in 21s
CI / Playwright (pull_request) Failing after 32s
CI / eslint (pull_request) Successful in 37s
CI / oxlint (pull_request) Successful in 41s
CI / prettier (pull_request) Successful in 43s
CI / Docker backend validation (pull_request) Successful in 27s
CI / Checkstyle Main (pull_request) Successful in 1m9s
CI / test-build (pull_request) Successful in 50s
CI / Backend Tests (pull_request) Successful in 1m54s
Claude PR Review / claude-code (pull_request) Successful in 3m12s
2025-06-04 11:45:08 +02:00

View file

@ -188,7 +188,6 @@ jobs:
cd frontend
bun install
- name: Run Playwright tests
working-directory: ./frontend
run: bunx playwright test
oxlint: