Skip to content

ci: test postgres support #209

ci: test postgres support

ci: test postgres support #209

Workflow file for this run

---
name: Default
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build_and_publish:
name: Build and Publish
uses: wealthsimple/public-github-workflows/.github/workflows/ruby-gem-build.yaml@rubygem-postgres-support
with:
postgres_image: 'postgres:14-alpine'
secrets: inherit