Skip to content

Commit

Permalink
ci: try to make ci work once more...
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoko committed May 15, 2024
1 parent 6f3bbdb commit 1c47b95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ on:
branches: [main]
jobs:
ash-ci:
strategy:
fail-fast: false
matrix:
mysql-version: ["8.0"]
uses: lejoko/ash_mysql/.github/workflows/ash-ci.yml@main
with:
mysql: true
mysql.version: ${{matrix.mysql-version}}
secrets:
hex_api_key: ${{ secrets.HEX_API_KEY }}

0 comments on commit 1c47b95

Please sign in to comment.