From 7dc0986709d65e297aa26053be602a39d75c20cd Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:55:56 -0800 Subject: [PATCH] update install inputs --- .github/workflows/go-test-linux.yaml | 5 +++-- .github/workflows/golangci-lint.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go-test-linux.yaml b/.github/workflows/go-test-linux.yaml index 7ffcc93..bbd4a72 100644 --- a/.github/workflows/go-test-linux.yaml +++ b/.github/workflows/go-test-linux.yaml @@ -12,7 +12,7 @@ permissions: jobs: go-test-linux: - name: "Go test with Senzing: ${{ matrix.senzingsdk-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}" + name: "Go test with OS: ${{ matrix.os }}; Go: ${{ matrix.go }}" runs-on: ${{ matrix.os }} strategy: matrix: @@ -39,7 +39,8 @@ jobs: - name: Install Senzing SDK uses: senzing-factory/github-action-install-senzing-sdk@v1 with: - senzingsdk-version: ${{ matrix.senzingsdk-version }} + senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} + senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }} - name: Run go test run: go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 4e739c7..e5513cc 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -26,7 +26,8 @@ jobs: - name: Install Senzing SDK uses: senzing-factory/github-action-install-senzing-sdk@v1 with: - senzingsdk-version: staging-v4 + senzingsdk-repository-package: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_PACKAGE }} + senzingsdk-repository-path: ${{ secrets.SENZING_APT_BETA_STAGING_REPOSITORY_URL }} - name: Copy Senzing headers run: |