Skip to content

Commit

Permalink
#282 test database - 8
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 28, 2025
1 parent aaa13b3 commit caadc59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go-test-linux-mssql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: "mssql://sa:Passw0rd@mssql:1433/G2"
SENZING_TOOLS_DATABASE_URL: "mssql://sa:[email protected]:1433/G2"
UBUNTU_VERSION: "24.04"

permissions:
contents: read
Expand Down Expand Up @@ -71,11 +72,7 @@ jobs:

- name: Install dependencies 1
run: |
grep VERSION_ID /etc/os-release | cut -d '"' -f 2 | cut -d '.' -f 1
UBUNTU_MAJOR_VERSION=$(grep VERSION_ID /etc/os-release | cut -d '"' -f 2 | cut -d '.' -f 1)
export UBUNTU_MAJOR_VERSION
env
curl -sSL -O "https://packages.microsoft.com/config/debian/24/packages-microsoft-prod.deb"
curl -sSL -O "https://packages.microsoft.com/config/ubuntu/${UBUNTU_VERSION}/packages-microsoft-prod.deb"
sudo dpkg -i packages-microsoft-prod.deb
- name: Install dependencies 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-test-linux-mysql.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: "mysql://mysql:mysql@mysql:3306/G2"
SENZING_TOOLS_DATABASE_URL: "mysql://mysql:mysql@12.0.0.1:3306/G2"

permissions:
contents: read
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 @@ -4,7 +4,7 @@ on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: "oci://sys:Passw0rd@oracle:1521/G2"
SENZING_TOOLS_DATABASE_URL: "oci://sys:Passw0rd@127.0.0.1:1521/G2"

permissions:
contents: read
Expand Down

0 comments on commit caadc59

Please sign in to comment.