From c5a850d08bfac3b9f5392af1672bbcf3c06230ca Mon Sep 17 00:00:00 2001 From: CtrlSpice Date: Mon, 21 Oct 2024 10:34:07 -0700 Subject: [PATCH] remove integration testing for now - will make separate pr --- .github/workflows/go.yml | 10 +++++----- .github/workflows/span.json | 4 +++- 2 files changed, 8 insertions(+), 6 deletions(-) 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" + } } ] },