Skip to content

Commit

Permalink
Add actions/checkout before docker compose up
Browse files Browse the repository at this point in the history
  • Loading branch information
mirakui committed Aug 31, 2024
1 parent e632ffe commit c90ddfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run:
working-directory: ./integration_test
steps:
- uses: actions/checkout@v2
- name: Start DBs
run: docker compose up -d

Expand Down

0 comments on commit c90ddfb

Please sign in to comment.