ash_postgres/.github/workflows/elixir.yml

19 lines
341 B
YAML
Raw 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:
matrix:
postgres_version: ["12", "14", "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
2023-02-19 04:59:06 +13:00
secrets:
2023-02-22 04:28:39 +13:00
hex_api_key: ${{ secrets.HEX_API_KEY }}