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 2m22s
CI/CD Pipeline / test-backend (push) Has been cancelled

This commit is contained in:
philipp 2024-01-16 19:48:41 +01:00
parent 64bb15cc8b
commit 7aef741c6f

View File

@ -21,7 +21,7 @@ jobs:
run: ./test_db.sh
- name: Build
run:
mkdir svelte && cd svelte && mkdir build && cd ..
cd svelte && mkdir build && cd ..
cargo build
cd frontend && npm install && npm run build
- name: Install dependencies