Skip to content

Commit 5982cb6

Browse files
authored
Fix CI (#29)
1 parent 2a41e26 commit 5982cb6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
7979
- name: Build
8080
run: |
81-
make build
81+
composer update ${{ env.COMPOSER_OPTIONS }} ${{ matrix.composer-flag }} \
82+
&& make build
8283
8384
- name: Tests
8485
run: make test-unit && make test-functional
@@ -212,7 +213,8 @@ jobs:
212213

213214
- name: Build
214215
run: |
215-
make build
216+
composer update ${{ env.COMPOSER_OPTIONS }} \
217+
&& make build
216218
217219
- name: Test
218220
run: make test-unit && make test-functional

0 commit comments

Comments
 (0)