There was an error while loading. Please reload this page.
2 parents 6b1027c + 78518bb commit cb2ec55Copy full SHA for cb2ec55
.github/workflows/ci.yml
@@ -133,8 +133,13 @@ jobs:
133
- uses: ramsey/composer-install@v2
134
with:
135
dependency-versions: ${{ matrix.composer }}
136
- - run: |
137
- make unit-testing-raw
+ - run: make unit-testing-raw || true
+ if: needs.supported-versions-matrix.outputs.upcoming == matrix.php
138
+ env:
139
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
140
+ COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
141
+ - run: make unit-testing-raw
142
+ if: needs.supported-versions-matrix.outputs.upcoming != matrix.php
143
env:
144
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
145
COVERALLS_RUN_LOCALLY: ${{ secrets.COVERALLS_RUN_LOCALLY }}
0 commit comments