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 a38226c commit a87e713Copy full SHA for a87e713
1 file changed
.github/workflows/test-projects.yml
@@ -20,7 +20,8 @@ jobs:
20
{
21
org: "team-alembic",
22
name: "ash_authentication",
23
- test-cmd: "mix test --only igniter"
+ test-cmd: "mix test --only igniter",
24
+ postgres: true
25
},
26
27
@@ -30,12 +31,14 @@ jobs:
30
31
32
org: "BeaconCMS",
33
name: "beacon",
34
35
36
37
38
39
name: "beacon_live_admin",
40
41
42
43
44
org: "oban-bg",
@@ -47,6 +50,7 @@ jobs:
47
50
elixir: ["1.18.1"]
48
51
services:
49
52
pg:
53
+ if: ${{matrix.project.postgres}}
54
image: postgres:16
55
env:
56
POSTGRES_USER: postgres
0 commit comments