Skip to content

Commit

Permalink
👷 Use specific action to run docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Aug 7, 2024
1 parent 5321677 commit 827701b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Run docker with db
working-directory: modules/app-server/docker
run: docker-compose up -d
uses: adrielcodeco/docker-compose-run-action@v1
with:
compose-file: './modules/app-server/docker/docker-compose'
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 827701b

Please sign in to comment.