Include frontend tests, update readme, fix bugs #163

Merged
philipp merged 20 commits from test-playwright into staging 2024-01-16 23:44:04 +01:00
Showing only changes of commit bc1916ceab - Show all commits

View File

@ -22,7 +22,9 @@ jobs:
- name: Build
run:
cd svelte && mkdir build && cd ..
pwd
cargo build
pwd
cd frontend && npm install && npm run build
- name: Install dependencies
run: cd frontend && npm install