Skip to content

Commit

Permalink
CI: cli-20240430
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 30, 2024
1 parent 4355b76 commit 6f59f1d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
git: https://github.com/SeaQL/sea-orm
branch: cli-20240430
- name: Remove generated folder
run: rm -rf ./examples/sqlite/src
- name: Copy sample database
Expand Down Expand Up @@ -117,7 +118,8 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
git: https://github.com/SeaQL/sea-orm
branch: cli-20240430
- name: Remove generated folder
run: rm -rf ./examples/sqlite/src
- name: Copy sample database
Expand Down Expand Up @@ -172,7 +174,8 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
git: https://github.com/SeaQL/sea-orm
branch: cli-20240430
- name: Remove generated folder
run: rm -rf ./examples/mysql/src
- name: Create DB
Expand Down Expand Up @@ -236,7 +239,8 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
git: https://github.com/SeaQL/sea-orm
branch: cli-20240430
- name: Remove generated folder
run: rm -rf ./examples/postgres/src
- name: Create DB
Expand Down

0 comments on commit 6f59f1d

Please sign in to comment.