Skip to content

Commit

Permalink
Use official way
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm committed May 20, 2021
1 parent 540321f commit 8eba921
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
run: composer test

- name: Coveralls
run: php vendor/bin/php-coveralls -v
env:
GITHUB_RUN_ID: ${{ env.CI_JOB_ID }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_EVENT_NAME: ${{ github.event_name }}
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
php vendor/bin/php-coveralls -v
- name: Run phpstan
if: matrix.php-version != 7.0
Expand Down

0 comments on commit 8eba921

Please sign in to comment.