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 f3f265f commit 7ddf534Copy full SHA for 7ddf534
.github/workflows/php.yml
@@ -29,8 +29,8 @@ jobs:
29
- name: Install dependencies
30
run: composer install --prefer-dist --no-progress
31
32
- - name: Test
33
- run: ./fuel/vendor/phpunit/phpunit/phpunit tests
+ #- name: Test
+ # run: ./fuel/vendor/phpunit/phpunit/phpunit tests
34
35
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
36
# Docs: https://getcomposer.org/doc/articles/scripts.md
0 commit comments