Compare commits

..

1 commit

Author SHA1 Message Date
81731ea14f chore: Add some tests
Some checks failed
CI / Get Changed Files (pull_request) Successful in 10s
Pull Request Labeler / labeler (pull_request_target) Successful in 11s
Label PRs based on size / Check PR size (pull_request) Successful in 14s
Claude PR Review / claude-code (pull_request) Successful in 33s
CI / oxlint (pull_request) Successful in 32s
CI / Docker frontend validation (pull_request) Successful in 31s
CI / eslint (pull_request) Successful in 49s
CI / Docker backend validation (pull_request) Successful in 28s
CI / prettier (pull_request) Successful in 50s
CI / test-build (pull_request) Successful in 1m16s
CI / Playwright (pull_request) Failing after 48s
CI / Checkstyle Main (pull_request) Successful in 1m26s
CI / Backend Tests (pull_request) Successful in 2m16s
2025-06-04 13:46:39 +02:00

View file

@ -189,7 +189,7 @@ jobs:
${{ runner.os }}-bun- ${{ runner.os }}-bun-
- run: apt update && apt install just -y - run: apt update && apt install just -y
- run: bun add -g concurrently - run: bun add -g concurrently
- run: apt install watchexec -y - run: apt install watchexec-cli
- name: Install dependencies - name: Install dependencies
run: | run: |
cd frontend cd frontend