Skip to content

Commit d1bafe0

Browse files
committed
Add new docker builds
1 parent fb9e746 commit d1bafe0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- "magento-mess-detector"
1818
- "magento-phpstan"
1919
- "magento-copy-paste-detector"
20+
- "magento-unit-tests"
21+
- "magento-integration-tests"
22+
- "magento-quick-integration-tests"
23+
- "php-compatibility"
2024

2125
env:
2226
DOCKER_USERNAME: "extdn"
@@ -45,4 +49,4 @@ jobs:
4549
run: "docker push extdn/${{ matrix.actions-with-docker-image }}-action:${{ steps.tagName.outputs.tag }}"
4650

4751
- name: "Docker Logout"
48-
run: "docker logout"
52+
run: "docker logout"

0 commit comments

Comments
 (0)