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 37703b7 commit d026bf4Copy full SHA for d026bf4
.github/workflows/integration-test-3.5.yml
@@ -38,9 +38,5 @@ jobs:
38
uses: juliangruber/sleep-action@v1
39
with:
40
time: 60s
41
- - uses: php-actions/phpunit@v3
42
- with:
43
- configuration: phpunit.xml.dist
44
- php_version: 7.4
45
- bootstrap: vendor/autoload.php
46
- args: --testsuite "Integration"
+ - name: Run unit tests
+ run: php vendor/bin/phpunit --testsuite Integration
.github/workflows/integration-test.yml
@@ -45,9 +45,5 @@ jobs:
progress: yes
php_version: 7.4
47
version: 2
48
49
50
51
52
53
0 commit comments