We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623aac9 commit 68680b7Copy full SHA for 68680b7
1 file changed
.github/workflows/elixir.yml
@@ -12,9 +12,17 @@ on:
12
branches: [main]
13
jobs:
14
ash-ci:
15
+ strategy:
16
+ fail-fast: false
17
+ matrix:
18
+ sqlite-adapter: ["sqlite3", "libsql"]
19
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
20
with:
21
sqlite: true
22
+ sqlite-adapter: ${{ matrix.sqlite-adapter }}
23
+ publish-docs: ${{ matrix.sqlite-adapter == 'sqlite3' }}
24
+ release: ${{ matrix.sqlite-adapter == 'sqlite3' }}
25
+ igniter-upgrade: ${{ matrix.sqlite-adapter == 'sqlite3' }}
26
reuse: true
27
secrets:
28
hex_api_key: ${{ secrets.HEX_API_KEY }}
0 commit comments