Skip to content

Commit c1a7fc1

Browse files
debug
1 parent bb2cc2c commit c1a7fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/component_onhost_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
shell: powershell
8686
run: |
8787
"${{ 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 }}`
88+
& "${{ github.workspace }}\target\debug\e2e-runner.exe" --log-level=debug ${{ matrix.group }} `
8989
--artifacts-package-dir .\dist `
9090
--nr-api-key "${{ secrets.E2E_API_KEY }}" `
9191
--nr-license-key "${{ secrets.E2E_LICENSE_KEY }}" `

0 commit comments

Comments
 (0)