optimize ci build: use own dockerfile for dependencies + cache for builds (#164)

Reviewed-on: Ruderverein-Donau-Linz/rowt#164
This commit is contained in:
2024-01-17 22:56:33 +01:00
parent 77d9e2ea9f
commit f1f17cdb44
4 changed files with 75 additions and 66 deletions

View File

@ -1,17 +1,14 @@
# Build
## Frontend
1. `cd frontend`
2. `npm install`
3. `npm run (watch/build)`
# Run
## Backend
1. `cargo r`
# Test
## Frontend
- `npx playwright test --workers 1 --project firefox`
- Nice UI: `--ui`
@ -19,4 +16,3 @@
## Backend (Unit + Integration)
`cargo t`