Skip to content

Commit 7f4648b

Browse files
committed
Stop running tests
1 parent 4cdc8d5 commit 7f4648b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/laravel.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Install Dependencies
2424
run: |
2525
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
26-
- name: Execute tests (Unit and Feature tests) via PHPUnit
27-
run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
28-
- name: Upload Code Coverage Report
29-
uses: codecov/codecov-action@v1
30-
with:
31-
token: ${{ secrets.CODECOV_TOKEN }}
26+
# - name: Execute tests (Unit and Feature tests) via PHPUnit
27+
# run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
28+
# - name: Upload Code Coverage Report
29+
# uses: codecov/codecov-action@v1
30+
# with:
31+
# token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)