diff --git a/.github/workflows/go-test-darwin.yaml.disabled b/.github/workflows/go-test-darwin.yaml similarity index 100% rename from .github/workflows/go-test-darwin.yaml.disabled rename to .github/workflows/go-test-darwin.yaml diff --git a/.github/workflows/go-test-windows.yaml.disabled b/.github/workflows/go-test-windows.yaml similarity index 93% rename from .github/workflows/go-test-windows.yaml.disabled rename to .github/workflows/go-test-windows.yaml index 8314526..551ff40 100644 --- a/.github/workflows/go-test-windows.yaml.disabled +++ b/.github/workflows/go-test-windows.yaml @@ -41,10 +41,10 @@ jobs: senzingapi-version: ${{ matrix.senzingapi-version }} - name: Add to "Path" environment variable - run: echo "C:\Program Files\Senzing\g2\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append + run: printf "C:\Program Files\Senzing\er\lib" | Out-File -FilePath "$env:GITHUB_PATH" -Encoding utf8 -Append - name: Copy /etc files - run: copy testdata/senzing-license/g2.lic "C:\Program Files\Senzing\g2\etc\g2.lic" + run: copy testdata/senzing-license/g2.lic "C:\Program Files\Senzing\er\etc\g2.lic" - name: Copy test database files run: mkdir "C:\Temp\sqlite" && copy testdata/sqlite/G2C.db "C:\Temp\sqlite\G2C.db"