We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ede73 commit 43868cdCopy full SHA for 43868cd
.github/workflows/tests.yml
@@ -39,7 +39,7 @@ jobs:
39
restore-keys: |
40
${{ runner.os }}-composer-
41
- name: Install dependencies
42
- run: composer install --no-interaction ${{ matrix.composer-options }}
+ run: composer update --no-interaction ${{ matrix.composer-options }}
43
- name: Run php tests
44
run: composer run phpunit
45
- name: Send coverage
@@ -109,7 +109,7 @@ jobs:
109
110
111
112
113
- name: Run resume from parse diff tests
114
run: ./tests/resume-from-parse-test.sh
115
0 commit comments