mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Update backend_general.yml
This commit is contained in:
parent
2d058ea100
commit
826be05494
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 New Issue
Block a user