Skip to content

Commit

Permalink
try caching the database
Browse files Browse the repository at this point in the history
  • Loading branch information
TIL-EBP committed Oct 31, 2024
1 parent 72f74bd commit 8b386fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ jobs:
docker compose up -d db
sleep 10
cd api
sqlx database create
sqlx migrate run
# sqlx database create
# sqlx migrate run
- name: Run test
run: |
docker compose up -d
Expand All @@ -340,8 +340,8 @@ jobs:
build-api:
runs-on: ubuntu-latest
needs:
- test-api
- format-api
# - test-api
# - format-api
- dependency-review
steps:
- name: Checkout repository
Expand Down Expand Up @@ -393,8 +393,8 @@ jobs:
docker compose up -d db
sleep 10
cd api
sqlx database create
sqlx migrate run
# sqlx database create
# sqlx migrate run
- name: Run test
run: |
docker compose up -d
Expand Down

0 comments on commit 8b386fd

Please sign in to comment.