mirror of
https://github.com/danog/loop.git
synced 2024-11-26 20:04:44 +01:00
Try fixing
This commit is contained in:
parent
bbaba95a41
commit
168164b655
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
vendor/bin/psalm
|
||||
|
||||
- name: Collect code coverage
|
||||
if: success() && matrix.php-versions == "7.4" && matrix.os == "ubuntu-latest"
|
||||
if: success() && matrix.php-versions == '7.4' && matrix.os == 'ubuntu-latest'
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_REPO_TOKEN}}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user