Skip to content

Commit

Permalink
Start mysql & postgres container beforehand.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 14, 2024
1 parent 02f78db commit e117c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
env:
LISP: ${{ matrix.lisp }}
run: |
docker-compose up --exit-code-from tests tests
docker compose up -d mysql postgres
docker compose up --exit-code-from tests tests

0 comments on commit e117c67

Please sign in to comment.