File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 run : ' composer dump-autoload --classmap-authoritative --no-cache'
155155
156156 - name : ' Set file prefix in environment'
157- run : echo "FILE_PREFIX=${{ inputs.bedita_version }}-${{ matrix.php-version }}-${{ strategy.job-index }}" >> $GITHUB_ENV
157+ run : echo "FILE_PREFIX=${{ github.run_id }}-${{ inputs.bedita_version }}-${{ matrix.php-version }}-${{ strategy.job-index }}" >> $GITHUB_ENV
158158
159159 - name : ' Run PHPUnit with coverage and JUnit report'
160160 run : ' vendor/bin/phpunit --coverage-clover=${{ env.FILE_PREFIX }}-clover.xml --log-junit ${{ env.FILE_PREFIX }}-junit.xml'
Original file line number Diff line number Diff line change 9292 run : ' composer dump-autoload --classmap-authoritative --no-cache'
9393
9494 - name : ' Set file prefix in environment'
95- run : echo "FILE_PREFIX=${{ inputs.bedita_version }}-${{ matrix.php-version }}-${{ strategy.job-index }}" >> $GITHUB_ENV
95+ run : echo "FILE_PREFIX=${{ github.run_id }}-${{ inputs.bedita_version }}-${{ matrix.php-version }}-${{ strategy.job-index }}" >> $GITHUB_ENV
9696
9797 - name : ' Run PHPUnit with coverage and JUnit report'
9898 run : ' vendor/bin/phpunit --coverage-clover=${{ env.FILE_PREFIX }}-clover.xml --log-junit ${{ env.FILE_PREFIX }}-junit.xml'
You can’t perform that action at this time.
0 commit comments