Skip to content

Commit 1fcf6c5

Browse files
authored
Merge pull request #109 from silinternational/develop
Release 2.11.1: docker compose and service tag clean up
2 parents 919a7c2 + 53151b1 commit 1fcf6c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- name: Checkout code
1919
uses: actions/checkout@v4
2020
- name: Run unit tests
21-
run: docker-compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"
21+
run: docker compose -f actions-services.yml run --rm google-api-php-client-mock "./run-tests.sh"

actions-services.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32
google-api-php-client-mock:
43
build: .

0 commit comments

Comments
 (0)