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 64bb15cc8b - Show all commits

View File

@ -20,7 +20,8 @@ jobs:
- name: Run Test DB Script
run: ./test_db.sh
- name: Build
run: |
run:
mkdir svelte && cd svelte && mkdir build && cd ..
cargo build
cd frontend && npm install && npm run build
- name: Install dependencies
@ -54,7 +55,6 @@ jobs:
- name: Build
run: |
cargo build
mkdir svelte && cd svelte && mkdir build && cd ..
cd frontend && npm install && npm run build
- name: Run Tests