Skip to content

Merge b0b0c49675a00aa68d18c337dc9497944a3a8fa8 into backport/moduli-b… #15646

Merge b0b0c49675a00aa68d18c337dc9497944a3a8fa8 into backport/moduli-b…

Merge b0b0c49675a00aa68d18c337dc9497944a3a8fa8 into backport/moduli-b… #15646

Workflow file for this run

name: test-sql
on:
push:
paths-ignore:
- 'website/**'
workflow_call:
workflow_dispatch:
permissions:
contents: read
jobs:
test-sql:
runs-on: ${{ fromJSON(vars.RUNNER) }}
strategy:
matrix:
postgres-version: [ alpine, 13-alpine, 14-alpine, 15-alpine, 16-alpine, 17-alpine ]
name: SQL Tests ${{ matrix.postgres-version }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run SQL PgTap Tests
run: |
make test-sql POSTGRES_DOCKER_IMAGE_BASE=docker.mirror.hashicorp.services/postgres PG_DOCKER_TAG=${{ matrix.postgres-version }}