Skip to content

Commit c09847f

Browse files
committed
Update ci.yml
1 parent 0676ffe commit c09847f

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -127,26 +127,6 @@ jobs:
127127
name: coverage-report
128128
path: ./coverage.html
129129

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-
150130
notify:
151131
name: Notify
152132
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)