ash_postgres/.github/workflows/elixir.yml

21 lines
419 B
YAML
Raw Permalink Normal View History

2023-02-01 16:47:08 +13:00
name: CI
2020-06-03 14:47:41 +12:00
on:
push:
2023-02-01 16:35:12 +13:00
tags:
- "v*"
2022-04-28 01:55:08 +12:00
branches: [main]
2023-02-22 04:27:13 +13:00
pull_request:
branches: [main]
2020-06-03 14:47:41 +12:00
jobs:
2023-02-01 16:35:12 +13:00
ash-ci:
strategy:
2024-02-29 19:14:00 +13:00
fail-fast: false
matrix:
postgres-version: ["14", "15", "16"]
2023-02-01 16:35:12 +13:00
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
2023-02-01 16:47:08 +13:00
with:
postgres: true
postgres-version: ${{ matrix.postgres-version }}
2023-02-19 04:59:06 +13:00
secrets:
2023-02-22 04:28:39 +13:00
hex_api_key: ${{ secrets.HEX_API_KEY }}