Compare commits

..

1 commit

Author SHA1 Message Date
11e5436e67 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 6s
Label PRs based on size / Check PR size (pull_request) Successful in 10s
CI / oxlint (pull_request) Successful in 31s
Claude PR Review / claude-code (pull_request) Successful in 42s
CI / eslint (pull_request) Successful in 39s
CI / Docker frontend validation (pull_request) Successful in 39s
CI / prettier (pull_request) Successful in 56s
CI / Docker backend validation (pull_request) Successful in 33s
CI / test-build (pull_request) Successful in 1m26s
CI / Checkstyle Main (pull_request) Successful in 1m37s
CI / Backend Tests (pull_request) Successful in 2m29s
CI / Playwright (pull_request) Failing after 1m53s
2025-06-04 13:59:23 +02:00

View file

@ -190,6 +190,7 @@ jobs:
- 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: curl https://sh.rustup.rs -sSf | sh -s -- -y - run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- run: . "$HOME/.cargo/env"
- run: cargo install --locked watchexec-cli - run: cargo install --locked watchexec-cli
- name: Install dependencies - name: Install dependencies
run: | run: |