Compare commits

..

1 commit

Author SHA1 Message Date
017d32bbb6 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 8s
Label PRs based on size / Check PR size (pull_request) Successful in 11s
Claude PR Review / claude-code (pull_request) Successful in 27s
CI / Docker frontend validation (pull_request) Successful in 26s
CI / eslint (pull_request) Successful in 36s
CI / oxlint (pull_request) Successful in 41s
CI / prettier (pull_request) Successful in 44s
CI / Docker backend validation (pull_request) Successful in 29s
CI / Checkstyle Main (pull_request) Successful in 1m30s
CI / test-build (pull_request) Successful in 1m10s
CI / Backend Tests (pull_request) Successful in 2m53s
CI / Playwright (pull_request) Successful in 6m11s
2025-06-04 14:03:36 +02:00

View file

@ -190,8 +190,7 @@ jobs:
- run: apt update && apt install just -y
- run: bun add -g concurrently
- run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- run: . "$HOME/.cargo/env"
- run: cargo install --locked watchexec-cli
- run: source $HOME/.cargo/env && cargo install watchexec-cli --locked
- name: Install dependencies
run: |
cd frontend