Skip to content

Commit

Permalink
remove integration testing for now - will make separate pr
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlSpice committed Oct 21, 2024
1 parent fcb97f7 commit c5a850d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Exporter Go Tests
run: cd desktopexporter; go test ./...

- name: Integration
run: ./.github/workflows/integration.sh
shell: bash
env:
CI: true
# - name: Integration
# run: ./.github/workflows/integration.sh
# shell: bash
# env:
# CI: true
4 changes: 3 additions & 1 deletion .github/workflows/span.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"attributes": [
{
"key": "service.name",
"value":"test-with-curl"
"value": {
"anyValue": "test-with-curl"
}
}
]
},
Expand Down

0 comments on commit c5a850d

Please sign in to comment.