We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8467206 commit e953a97Copy full SHA for e953a97
.github/workflows/make-integration-tests.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
docker exec \
83
-e PHPS=${{matrix.php}} \
84
- -e INTEGRATION_ARGS="-license ${{secrets.NR_TEST_LICENSE}} -collector ${{secrets.NR_COLLECTOR_HOST}} -agent agent/modules/newrelic.so ${{ inputs.arch != 'arm64' && inputs.use-valgrind && '-valgrind /usr/bin/valgrind' }}" \
+ -e INTEGRATION_ARGS="-license ${{secrets.NR_TEST_LICENSE}} -collector ${{secrets.NR_COLLECTOR_HOST}} -agent agent/modules/newrelic.so ${{ inputs.use-valgrind && '-valgrind /usr/bin/valgrind' }}" \
85
-e APP_supportability=${{secrets.APP_SUPPORTABILITY}} \
86
-e ACCOUNT_supportability=${{secrets.ACCOUNT_SUPPORTABILITY}} \
87
-e ACCOUNT_supportability_trusted=${{secrets.ACCOUNT_SUPPORTABILITY_TRUSTED}} \
0 commit comments