Skip to content

Commit bc284a5

Browse files
authored
ci: add mishka_chelekom project to test ci (#334)
This adds the `mishka_chelekom` project to the GitHub Actions test matrix in `test-projects.yml` for CI coverage.
1 parent 4dbeab1 commit bc284a5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
project:
15-
[
14+
project: [
1615
{
1716
org: "ash-project",
1817
name: "ash",
@@ -39,6 +38,11 @@ jobs:
3938
name: "oban",
4039
test-cmd: "mix test --only igniter",
4140
},
41+
{
42+
org: "mishka-group",
43+
name: "mishka_chelekom",
44+
test-cmd: "mix test --only igniter",
45+
},
4246
]
4347
otp: ["27.2"]
4448
elixir: ["1.18.1"]

0 commit comments

Comments
 (0)