Skip to content

Commit 97d7b02

Browse files
authored
chore: Fix CI database setup and formatter (#17)
* fix: Database setup in CI * chore: fix formatter * fix: set tenants false for ci
1 parent 223a9e8 commit 97d7b02

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.formatter.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spark_locals_without_parens = [
1515
has_one_attached: 1,
1616
has_one_attached: 2,
1717
service: 1,
18+
sort: 1,
1819
variant: 2,
1920
variant: 3,
2021
write_attributes: 1

.github/workflows/elixir.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ on:
1010
jobs:
1111
ash-ci:
1212
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
13+
with:
14+
postgres: true
15+
tenants: false
1316
secrets:
1417
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

0 commit comments

Comments
 (0)