Skip to content

Commit

Permalink
Merge pull request #108 from silinternational/feature/actions-docker-…
Browse files Browse the repository at this point in the history
…compose

update docker-compose to docker compose
  • Loading branch information
jason-jackson authored Aug 2, 2024
2 parents a6d6665 + bf8b305 commit 53151b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Run unit tests
run: docker-compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"
run: docker compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"
1 change: 0 additions & 1 deletion actions-services.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
google-api-php-client-mock:
build: .
Expand Down

0 comments on commit 53151b1

Please sign in to comment.