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.
1 parent 0e6a427 commit 98d57acCopy full SHA for 98d57ac
.github/workflows/test.yml
@@ -31,9 +31,6 @@ jobs:
31
# Run every tests inside Docker container
32
- name: Docker Compose Setup
33
uses: ndeloof/[email protected]
34
- with:
35
- # version: v3.5 # defaults to 'latest'
36
- legacy: true # will also install in PATH as `docker compose`
37
38
- name: Clean
39
run: make clean_all
Makefile
@@ -24,7 +24,7 @@ test:
24
php $(PHPARGS) vendor/bin/phpunit
25
26
clean_all:
27
- docker compose down
+ docker compose down --remove-orphans
28
sudo rm -rf tests/tmp/*
29
30
clean:
docker-compose.yml
@@ -73,4 +73,3 @@ networks:
73
ipam:
74
config:
75
- subnet: 172.14.0.0/24
76
-
0 commit comments