Skip to content

Commit

Permalink
#282 Add postgresql testing - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Feb 28, 2025
1 parent f54360c commit 5912ac0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test-linux-postgres.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Go test linux
name: Go test linux - postgres

on: [push]

env:
SENZING_LOG_LEVEL: TRACE
SENZING_TOOLS_DATABASE_URL: postgresql://postgres:postgres@postgres:5432/G2
SENZING_TOOLS_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/G2

permissions:
contents: read

jobs:
go-test-linux:
name: "Go test with Senzing: ${{ matrix.senzingsdk-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
name: "Go test with Senzing: ${{ matrix.senzingsdk-version }}; OS: ${{ matrix.os }}; Go: ${{ matrix.go }} - postgres"
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 5912ac0

Please sign in to comment.