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

This commit is contained in:
philipp 2024-01-16 19:17:17 +01:00
parent b633a4bfee
commit 442453bef3

View File

@ -54,6 +54,7 @@ jobs:
- name: Build
run: |
cargo build
mkdir svelte && cd svelte && mkdir build && cd ..
cd frontend && npm install && npm run build
- name: Run Tests