We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8de4e commit 01378ccCopy full SHA for 01378cc
.github/workflows/nr-k8s-otel-e2e.yml
@@ -24,12 +24,6 @@ jobs:
24
# default driver doesn't support 'eval $$(minikube docker-env)'.
25
driver: docker
26
github token: ${{ secrets.GITHUB_TOKEN }}
27
- - uses: actions/setup-go@v5
28
- with:
29
- go-version-file: 'go.mod'
30
- - name: Install Tilt
31
- run: |
32
- curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v0.34.5/tilt.0.34.5.linux.x86_64.tar.gz | tar -xzv tilt && sudo mv tilt /usr/local/bin/tilt
33
- name: Run e2e-test
34
env:
35
SECRET_AVAILABLE: ${{ secrets.K8S_AGENTS_E2E_ACCOUNT_ID }}
0 commit comments