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 252bf69 commit a09e71eCopy full SHA for a09e71e
.github/workflows/ci.yml
@@ -25,14 +25,14 @@ jobs:
25
- name: Checkout code
26
uses: actions/checkout@v2
27
28
+ - name: Initialize tests
29
+ run: make initialize
30
+
31
- name: Download dependencies
32
run: |
33
composer config minimum-stability dev
34
composer req symfony/phpunit-bridge --no-update
35
composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable
36
- - name: Initialize tests
- run: make initialize
-
37
- name: Run tests
38
run: ./vendor/bin/simple-phpunit
0 commit comments