We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919a7c2 + 53151b1 commit 1fcf6c5Copy full SHA for 1fcf6c5
.github/workflows/phpunit-tests.yml
@@ -18,4 +18,4 @@ jobs:
18
- name: Checkout code
19
uses: actions/checkout@v4
20
- name: Run unit tests
21
- 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"
actions-services.yml
@@ -1,4 +1,3 @@
1
-version: "3"
2
services:
3
google-api-php-client-mock:
4
build: .
0 commit comments