Fix CI
This commit is contained in:
parent
bd0742cd84
commit
2511684256
1 changed files with 8 additions and 2 deletions
10
bisenzone-cw-mvp/.github/workflows/Basic.yml
vendored
10
bisenzone-cw-mvp/.github/workflows/Basic.yml
vendored
|
@ -64,11 +64,17 @@ jobs:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: -- -D warnings
|
args: -- -D warnings
|
||||||
|
|
||||||
- name: Generate Schema
|
- name: Generate Schema (for cofi-karma-game)
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: schema
|
command: schema
|
||||||
args: --locked
|
args: --locked -p cofi-karma-game
|
||||||
|
|
||||||
|
- name: Generate Schema (for cw-tee-mtcs)
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: schema
|
||||||
|
args: --locked -p cw-tee-mtcs
|
||||||
|
|
||||||
- name: Schema Changes
|
- name: Schema Changes
|
||||||
# fails if any changes not committed
|
# fails if any changes not committed
|
||||||
|
|
Loading…
Reference in a new issue