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.
mishka_chelekom
1 parent 4dbeab1 commit bc284a5Copy full SHA for bc284a5
1 file changed
.github/workflows/test-projects.yml
@@ -11,8 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- project:
15
- [
+ project: [
16
{
17
org: "ash-project",
18
name: "ash",
@@ -39,6 +38,11 @@ jobs:
39
38
name: "oban",
40
test-cmd: "mix test --only igniter",
41
},
+ {
42
+ org: "mishka-group",
43
+ name: "mishka_chelekom",
44
+ test-cmd: "mix test --only igniter",
45
+ },
46
]
47
otp: ["27.2"]
48
elixir: ["1.18.1"]
0 commit comments