Skip to content

Commit

Permalink
Merge pull request #204 from dejan/fix_test
Browse files Browse the repository at this point in the history
Use docker command, not docker-compose
  • Loading branch information
dejan committed Sep 2, 2024
2 parents 93f0a20 + f76d7a8 commit 4d605eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- uses: actions/checkout@v2
- name: Start containers
working-directory: meta_request
run: docker-compose up
run: docker compose up

0 comments on commit 4d605eb

Please sign in to comment.