Skip to content

Commit dac57b9

Browse files
committed
Prime docker image
1 parent 2da5ce2 commit dac57b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install Dependencies
3131
run: composer update
3232

33+
- name: Build docker image
34+
run: docker compose -p phpunit -f .docker/runtime/docker-compose.yml build
35+
3336
- name: Run phpunit tests
3437
run: |
3538
mkdir -p build/logs

0 commit comments

Comments
 (0)