This commit is contained in:
philipp 2024-01-16 20:04:34 +01:00
parent 2a025d7519
commit 6a1bde55a2

View File

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