Skip to content

Commit

Permalink
Stop running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sander3 committed Jan 29, 2021
1 parent 4cdc8d5 commit 7f4648b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install Dependencies
run: |
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
- name: Upload Code Coverage Report
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: Execute tests (Unit and Feature tests) via PHPUnit
# run: vendor/bin/phpunit --testdox --coverage-clover=coverage.xml
# - name: Upload Code Coverage Report
# uses: codecov/codecov-action@v1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7f4648b

Please sign in to comment.