Skip to content

Commit

Permalink
Fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
notatiyyah committed Sep 4, 2024
1 parent 21471d5 commit 7b52f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: docker-compose build hackney-shared-housing-search-test
run: docker compose build hackney-shared-housing-search-test
- name: Run tests
run: docker-compose run hackney-shared-housing-search-test
run: docker compose run hackney-shared-housing-search-test

publish-package:
name: Publish Package
Expand Down

0 comments on commit 7b52f71

Please sign in to comment.