File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,18 +201,6 @@ jobs:
201201 run : " vendor/bin/phpunit --log-junit phpunit-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
202202 env :
203203 SKIP_XDEBUG_TESTS : " ${{ matrix.skip_xdebug_tests }}"
204- -
205- name : " Upload to Historian"
206- run : |
207- curl https://${{ secrets.HISTORIAN_HOST }}/api/upload -XPOST \
208- -H"X-Api-Key: ${{ secrets.HISTORIAN_API_KEY }}" \
209- -H"X-Build: ${{ github.run_number }}" \
210- -H"X-Commit-Sh: ${{ github.sha }}" \
211- -H"X-Commit-Message: ${{ github.event.head_commit.message }}" \
212- -H"X-Author-Name: ${{ github.event.head_commit.author.name }}" \
213- -H"X-Author-Email: ${{ github.event.head_commit.author.email }}" \
214- -H"X-Host: ${{ runner.name }}" \
215- -F"phpunit=@phpunit-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
216204
217205 - name : " Run benchmarks with PHPBench"
218206 run : " bin/phpbench run --report=env --progress=plain --dump-file=phpbench-${{ matrix.php-version }}-${{ matrix.dependency }}.xml"
You can’t perform that action at this time.
0 commit comments