Skip to content

Commit

Permalink
CI: cache-key
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 2, 2024
1 parent e830bd9 commit c1332f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
cache-key: sea-schema-0.15.0-rc.5
- name: Remove generated folder
run: rm -rf ./examples/sqlite/src
- name: Copy sample database
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
cache-key: sea-schema-0.15.0-rc.5
- name: Remove generated folder
run: rm -rf ./examples/sqlite/src
- name: Copy sample database
Expand Down Expand Up @@ -173,6 +175,7 @@ jobs:
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
cache-key: sea-schema-0.15.0-rc.5
- name: Remove generated folder
run: rm -rf ./examples/mysql/src
- name: Create DB
Expand Down Expand Up @@ -237,6 +240,7 @@ jobs:
with:
crate: sea-orm-cli
version: 1.0.0-rc.3
cache-key: sea-schema-0.15.0-rc.5
- name: Remove generated folder
run: rm -rf ./examples/postgres/src
- name: Create DB
Expand Down

0 comments on commit c1332f1

Please sign in to comment.