Skip to content

Commit

Permalink
#282 Debug - 21
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Mar 7, 2025
1 parent 55a44f5 commit a3158d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/go-test-linux-mssql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: "mssql://sa:Passw0rd@mssql:1433/G2/?TrustServerCertificate=true&driver=ODBC+Driver+18+for+SQL+Server"
SENZING_TOOLS_DATABASE_URL: "mssql://sa:Passw0rd@mssql:1433/G2/?TrustServerCertificate=true&driver=G2"
UBUNTU_VERSION: "24.04"

permissions:
Expand Down Expand Up @@ -77,6 +77,10 @@ jobs:
run: |
/opt/mssql-tools18/bin/sqlcmd -C -P "Passw0rd" -Q "CREATE DATABASE G2" -S "localhost,1433" -U "sa"
- name: cat odbc.ini
run: |
cat /opt/microsoft/msodbcsql18/etc/odbc.ini
- name: cat odbcinst.ini
run: |
cat /opt/microsoft/msodbcsql18/etc/odbcinst.ini
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: sudo cp --verbose --recursive rootfs/* /

- name: Copy testdata files
run: sudo cp --verbose --recursive testdata/oracle/rootfs* /
run: sudo cp --verbose --recursive testdata/oracle/rootfs/* /

- name: Install Senzing SDK
uses: senzing-factory/github-action-install-senzing-sdk@v3
Expand Down

0 comments on commit a3158d1

Please sign in to comment.