Skip to content

Commit 12f04a2

Browse files
committed
Try pulling containers
1 parent 44b1677 commit 12f04a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,10 @@ jobs:
178178
run: |
179179
docker -v
180180
181+
- name: Pull Docker containers
182+
run: |
183+
npm run env:pull
184+
181185
- name: Start Docker environment
182186
run: |
183187
npm run env:start

0 commit comments

Comments
 (0)