Compare commits

..

1 commit

Author SHA1 Message Date
b3b104329b chore: Add some tests
Some checks failed
CI / Get Changed Files (pull_request) Successful in 8s
Pull Request Labeler / labeler (pull_request_target) Successful in 9s
Label PRs based on size / Check PR size (pull_request) Successful in 13s
Claude PR Review / claude-code (pull_request) Successful in 29s
CI / oxlint (pull_request) Successful in 23s
CI / eslint (pull_request) Successful in 33s
CI / Docker frontend validation (pull_request) Successful in 30s
CI / prettier (pull_request) Successful in 44s
CI / Docker backend validation (pull_request) Successful in 28s
CI / test-build (pull_request) Successful in 1m16s
CI / Playwright (pull_request) Failing after 48s
CI / Checkstyle Main (pull_request) Successful in 1m23s
CI / Backend Tests (pull_request) Successful in 2m5s
2025-06-04 13:53:42 +02:00

View file

@ -189,7 +189,9 @@ 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 - uses: taiki-e/cache-cargo-install-action@v2
with:
tool: watchexec-cli
- name: Install dependencies - name: Install dependencies
run: | run: |
cd frontend cd frontend