We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9e746 commit d1bafe0Copy full SHA for d1bafe0
1 file changed
.github/workflows/docker.yml
@@ -17,6 +17,10 @@ jobs:
17
- "magento-mess-detector"
18
- "magento-phpstan"
19
- "magento-copy-paste-detector"
20
+ - "magento-unit-tests"
21
+ - "magento-integration-tests"
22
+ - "magento-quick-integration-tests"
23
+ - "php-compatibility"
24
25
env:
26
DOCKER_USERNAME: "extdn"
@@ -45,4 +49,4 @@ jobs:
45
49
run: "docker push extdn/${{ matrix.actions-with-docker-image }}-action:${{ steps.tagName.outputs.tag }}"
46
50
47
51
- name: "Docker Logout"
48
- run: "docker logout"
52
+ run: "docker logout"
0 commit comments