Skip to content

Commit 5c6f355

Browse files
authored
[TASK] Disable superfluous coveralls log artifacts in CI workflow
1 parent 1232689 commit 5c6f355

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -399,14 +399,6 @@ jobs:
399399
composer global require ${{ env.COMPOSER_INSTALL_FLAGS }} ${{ env.COMPOSER_FLAGS }} php-coveralls/php-coveralls
400400
composer global exec php-coveralls -- --coverage_clover=var/log/coverage/clover.xml -vvv --json_path=var/log/coverage/coveralls-upload.json
401401
402-
- name: Upload Logs
403-
uses: actions/upload-artifact@v4
404-
if: always()
405-
with:
406-
name: logs-${{ matrix.composer-version }}-${{ matrix.php-version }}-${{ matrix.dependencies }}
407-
path: var/log
408-
retention-days: 7
409-
410402
coveralls-finish:
411403
name: Finish Coveralls
412404
needs:

0 commit comments

Comments
 (0)