ash_oban/.github/workflows/elixir.yml
2024-02-20 13:50:56 -05:00

20 lines
374 B
YAML

name: CI
on:
push:
tags:
- "v*"
branches: [main]
pull_request:
branches: [main]
workflow_call:
env:
ASH_OBAN_CI_OBAN_PRO: "false"
jobs:
ash-ci:
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
secrets:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
with:
postgres: true
ecto_postgres: true
ash_postgres: false