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

This commit is contained in:
philipp 2024-01-16 19:40:20 +01:00
parent 442453bef3
commit 64bb15cc8b

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