ash_postgres/.github/workflows/elixir.yml
2024-02-29 01:04:06 -05:00

19 lines
402 B
YAML

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
jobs:
ash-ci:
strategy:
matrix:
postgres-version: ["10", "12", "14", "16"]
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
with:
postgres: true
postgres-version: ${{ matrix.postgres-version }}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}