Skip to content

Commit

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

0 comments on commit 8fb906b

Please sign in to comment.