File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 name : Release
1313 runs-on : ubuntu-latest
14- container :
15- image : steevanb/php-parallel-processes:release
1614 steps :
1715 - uses : actions/checkout@v2
1816 -
Original file line number Diff line number Diff line change @@ -72,10 +72,10 @@ function updateInfectionBadge() {
7272 rm " ${logsPath} "
7373 fi
7474
75- " ${rootDir} " /bin/release/infection
75+ " ${rootDir} " /bin/release/infection > /dev/null
7676
7777 if [ ! -f " ${logsPath} " ]; then
78- echo " Unable to find infestion logs.json."
78+ echo " Unable to find infection logs.json."
7979 ls -lah " ${rootDir} " /var
8080 ls -lah " ${rootDir} " /var/release
8181 ls -lah " ${rootDir} " /var/release/infection
Original file line number Diff line number Diff line change 11<phpunit
2- cacheResultFile =" ../../var/ci /phpunit/.phpunit.result.cache"
2+ cacheResultFile =" ../../var/release /phpunit/.phpunit.result.cache"
33 colors =" true"
44>
55 <testsuites >
88 </testsuite >
99 </testsuites >
1010 <coverage
11- cacheDirectory =" /app/var/ci /phpunit/coverage/cache"
11+ cacheDirectory =" /app/var/release /phpunit/coverage/cache"
1212 processUncoveredFiles =" true"
1313 >
1414 <include >
You can’t perform that action at this time.
0 commit comments