diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a9caca0..94d4ca4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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 diff --git a/.github/workflows/span.json b/.github/workflows/span.json index cff66e4..9a9925f 100644 --- a/.github/workflows/span.json +++ b/.github/workflows/span.json @@ -5,7 +5,9 @@ "attributes": [ { "key": "service.name", - "value":"test-with-curl" + "value": { + "anyValue": "test-with-curl" + } } ] },