Skip to content

Commit

Permalink
[TASK] Increase log files
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabRecht committed Aug 5, 2024
1 parent 722e1eb commit 404f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Run PHPUnit
if: ${{ success() || failure() }}
run: .Build/bin/phpunit --log-junit .Log/log/junit_${{ steps.version-cache.outputs.version }}.xml --coverage-php .Log/coverage/coverage_${{ steps.version-cache.outputs.version }}.cov --coverage-filter src/ tests/
run: find 'tests' -wholename '*Test.php' | parallel --gnu 'echo -e "\n\nRunning test suite {}"; HASH=${{ steps.version-cache.outputs.version }}_$( echo {} | md5sum | cut -d " " -f 1); .Build/bin/phpunit --log-junit .Log/log/junit_$HASH.xml --coverage-php .Log/coverage/coverage_$HASH.cov --coverage-filter src/ tests/ {}'

- name: Archive PHPUnit logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 404f962

Please sign in to comment.