We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b66b1 commit 51ffa79Copy full SHA for 51ffa79
.github/workflows/ci.yml
@@ -12,7 +12,12 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
16
+
17
+ - run: docker-compose pull
18
19
+ - uses: satackey/[email protected]
20
+ continue-on-error: true
21
22
- name: Install dependencies
23
run: make composer-install
Makefile
@@ -57,7 +57,7 @@ run-tests: composer-env-file
57
58
# 🐳 Docker Compose
59
.PHONY: start
60
-start: CMD=up -d
+start: CMD=up --build -d
61
62
.PHONY: stop
63
stop: CMD=stop
0 commit comments