Update workflow file
This commit is contained in:
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
@@ -21,10 +21,10 @@ jobs:
|
|||||||
- name: Setup Server Database
|
- name: Setup Server Database
|
||||||
run: cd server && sqlx database reset -y
|
run: cd server && sqlx database reset -y
|
||||||
- name: Setup Auth Database
|
- name: Setup Auth Database
|
||||||
run: cd ../auth && sqlx database reset -y
|
run: cd auth && sqlx database reset -y
|
||||||
- name: Build Client
|
- name: Build Client
|
||||||
run: cd ../client && cargo build --verbose
|
run: cd client && cargo build --verbose
|
||||||
- name: Build Server
|
- name: Build Server
|
||||||
run: cd ../server && cargo build --verbose
|
run: cd server && cargo build --verbose
|
||||||
- name: Build Auth Server
|
- name: Build Auth Server
|
||||||
run: cd ../auth && cargo build --verbose
|
run: cd auth && cargo build --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user