We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d063129 commit ea6bc22Copy full SHA for ea6bc22
.github/workflows/prof_correctness.yml
@@ -130,11 +130,6 @@ jobs:
130
php -d extension=$PWD/target/profiler-release/libdatadog_php_profiling.so profiling/tests/correctness/allocation_time_combined.php
131
unset DD_PROFILING_ALLOCATION_ENABLED DD_PROFILING_ALLOCATION_SAMPLING_DISTANCE DD_PROFILING_WALL_TIME_ENABLED DD_PROFILING_EXPERIMENTAL_CPU_TIME_ENABLED DD_PROFILING_ENDPOINT_COLLECTION_ENABLED EXECUTION_TIME
132
133
- - name: Temp upload pprof
134
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
135
- with:
136
- path: /home/runner/work/dd-trace-php/dd-trace-php/profiling/tests/correctness/allocation_time_combined/*
137
-
138
- name: Run ZTS tests
139
if: matrix.phpts == 'zts'
140
run: |
0 commit comments