From 9a94fd38f1420f9498217bf2601181f049e7060c Mon Sep 17 00:00:00 2001 From: docktermj Date: Mon, 22 Jul 2024 18:19:18 -0400 Subject: [PATCH] Fixed lint issue --- .github/workflows/go-test-darwin.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/.github/workflows/go-test-darwin.yaml b/.github/workflows/go-test-darwin.yaml index a95d173..2828088 100644 --- a/.github/workflows/go-test-darwin.yaml +++ b/.github/workflows/go-test-darwin.yaml @@ -46,24 +46,7 @@ jobs: run: sudo mkdir -p /opt/senzing/g2/etc && sudo cp testdata/senzing-license/g2.lic /opt/senzing/g2/etc/g2.lic - name: Copy test database files - run: mkdir -p /tmp/sqlite && cp testdata/sqlite/G2C.db /tmp/sqlite/ - - - name: Run go test - run: go test -exec /Users/runner/work/demo-quickstart/demo-quickstart/bin/macos_exec_dyld.sh -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt - - - name: Store coverage file - uses: actions/upload-artifact@v4 - with: - name: cover.out - path: ./cover.out - - - name: Upload test log - uses: actions/upload-artifact@v4 - if: always() - with: - name: test-log - path: /tmp/gotest.log - if-no-files-found: error + run: mkdir -p /tmp/sqlite && cp testdata/sqlite/G2C.db /tmp/sqlite/G2C.db - name: run go test run: go test -exec /Users/runner/work/demo-quickstart/demo-quickstart/bin/macos_exec_dyld.sh -v -p 1 ./...