We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0676ffe commit c09847fCopy full SHA for c09847f
1 file changed
.github/workflows/ci.yml
@@ -127,26 +127,6 @@ jobs:
127
name: coverage-report
128
path: ./coverage.html
129
130
- integration-test:
131
- name: Integration Tests
132
- runs-on: ubuntu-latest
133
- if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
134
-
135
- steps:
136
- - name: Checkout code
137
- uses: actions/checkout@v4
138
139
- - name: Set up Go
140
- uses: actions/setup-go@v5
141
- with:
142
- go-version: '1.23'
143
144
- - name: Run integration tests
145
- run: go test -v -tags=integration ./...
146
- env:
147
- INSTANA_BASE_URL: ${{ secrets.INSTANA_BASE_URL }}
148
- INSTANA_API_TOKEN: ${{ secrets.INSTANA_API_TOKEN }}
149
150
notify:
151
name: Notify
152
runs-on: ubuntu-latest
0 commit comments