Skip to content

Commit

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

0 comments on commit 780a9c1

Please sign in to comment.