try
Some checks failed
Some checks failed
This commit is contained in:
parent
442453bef3
commit
64bb15cc8b
@ -20,7 +20,8 @@ jobs:
|
|||||||
- name: Run Test DB Script
|
- name: Run Test DB Script
|
||||||
run: ./test_db.sh
|
run: ./test_db.sh
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run:
|
||||||
|
mkdir svelte && cd svelte && mkdir build && cd ..
|
||||||
cargo build
|
cargo build
|
||||||
cd frontend && npm install && npm run build
|
cd frontend && npm install && npm run build
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@ -54,7 +55,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cargo build
|
cargo build
|
||||||
mkdir svelte && cd svelte && mkdir build && cd ..
|
|
||||||
cd frontend && npm install && npm run build
|
cd frontend && npm install && npm run build
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
|
Loading…
Reference in New Issue
Block a user