Skip to content

Commit

Permalink
[TASK] try to fix coveralls "detached head" (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaseberle committed Nov 12, 2020
1 parent dcf3513 commit ba27623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
run: |
.build/bin/php-coveralls \
--root_dir=. --env=prod --verbose
if: github.ref == 'refs/heads/master' && php-version == '7.4'
if: github.ref == 'refs/heads/master' && matrix.php-version == '7.4'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Upload coveralls result
uses: actions/upload-artifact@v2
if: github.ref == 'refs/heads/master' && php-version == '7.4'
if: github.ref == 'refs/heads/master' && matrix.php-version == '7.4'
with:
name: Coveralls result
path: ./Build/coveralls-upload.json
Expand Down

0 comments on commit ba27623

Please sign in to comment.