Skip to content

Commit

Permalink
Merge pull request #109 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 2.11.1: docker compose and service tag clean up
  • Loading branch information
mtompset authored Aug 6, 2024
2 parents 919a7c2 + 53151b1 commit 1fcf6c5
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 1fcf6c5

Please sign in to comment.