Skip to content

Commit

Permalink
Added missing env configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropelikeit committed Jan 23, 2023
1 parent ee66b81 commit 8e504f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -71,6 +71,8 @@ jobs:
run: "composer install --no-interaction --prefer-dist"

- name: "Run PHPUnit Tests"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer test
composer global require php-coveralls/php-coveralls
Expand Down Expand Up @@ -110,6 +112,8 @@ jobs:
run: "composer install --no-interaction --prefer-dist"

- name: "Run PHPUnit Tests"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer test
composer global require php-coveralls/php-coveralls
Expand Down

0 comments on commit 8e504f9

Please sign in to comment.