try
Some checks failed
CI/CD Pipeline / deploy-staging (push) Blocked by required conditions
CI/CD Pipeline / deploy-main (push) Blocked by required conditions
CI/CD Pipeline / test-frontend (push) Failing after 17m22s
CI/CD Pipeline / test-backend (push) Has been cancelled

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