mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 00:59:06 +00:00
Update backend_general.yml
This commit is contained in:
parent
2d058ea100
commit
826be05494
1 changed files with 14 additions and 14 deletions
28
.github/workflows/backend_general.yml
vendored
28
.github/workflows/backend_general.yml
vendored
|
|
@ -66,21 +66,21 @@ jobs:
|
|||
--no-default-features
|
||||
--locked
|
||||
|
||||
- name: Migrate database
|
||||
working-directory: backend/
|
||||
run: |
|
||||
sudo apt-get install libpq-dev -y
|
||||
SKIP_DOCKER=true ./backend/scripts/init_database.sh
|
||||
- name: Migrate database
|
||||
working-directory: backend/
|
||||
run: |
|
||||
sudo apt-get install libpq-dev -y
|
||||
SKIP_DOCKER=true ./backend/scripts/init_database.sh
|
||||
|
||||
- name: Check sqlx-data.json is up-to-date
|
||||
working-directory: backend/
|
||||
run: |
|
||||
cargo sqlx prepare --check -- --bin backend
|
||||
- name: Check sqlx-data.json is up-to-date
|
||||
working-directory: backend/
|
||||
run: |
|
||||
cargo sqlx prepare --check -- --bin backend
|
||||
|
||||
- name: Run cargo test
|
||||
working-directory: backend/
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
- name: Run cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
path: "backend/"
|
||||
command: test
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue