We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2cc2c commit c1a7fc1Copy full SHA for c1a7fc1
.github/workflows/component_onhost_e2e.yaml
@@ -85,7 +85,7 @@ jobs:
85
shell: powershell
86
run: |
87
"${{ secrets.NR_SYSTEM_IDENTITY_PRIVATE_KEY }}" | Out-File -FilePath $env:TEMP\newrelic-agent-control-priv.key
88
- & "${{ github.workspace }}\target\debug\e2e-runner.exe" --log-level=debug ${{ matrix.group }}`
+ & "${{ github.workspace }}\target\debug\e2e-runner.exe" --log-level=debug ${{ matrix.group }} `
89
--artifacts-package-dir .\dist `
90
--nr-api-key "${{ secrets.E2E_API_KEY }}" `
91
--nr-license-key "${{ secrets.E2E_LICENSE_KEY }}" `
0 commit comments