Skip to content

Commit 6036087

Browse files
committed
ci: install archives, and update igniter in packages
1 parent 28d008d commit 6036087

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ jobs:
4747
path: ${{matrix.project.name}}/_build
4848
key: ${{matrix.project.name}}-otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-3-${{ hashFiles('config/**/*.exs') }}-${{ hashFiles(format('{0}{1}', github.workspace, '/ash/mix.lock')) }}
4949
restore-keys: ${{matrix.project.name}}-otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-3-${{ hashFiles('config/**/*.exs') }}-
50-
- name: mix deps.get inside ./${{matrix.project.name}}
51-
run: mix deps.get
50+
- run: mix deps.get
5251
working-directory: ./${{matrix.project.name}}
53-
- name: ${{matrix.project.test-cmd}} inside ./${{matrix.project.name}}
54-
run: ${{matrix.project.test-cmd}}
52+
- run: mix archive.install hex igniter_new --force
53+
- run: mix archive.install hex phx_new --force
54+
- run: mix deps.update igniter
55+
working-directory: ./${{matrix.project.name}}
56+
- run: mix igniter.add igniter@path:../igniter --yes
57+
working-directory: my_app
58+
- run: ${{matrix.project.test-cmd}}
5559
if: ${{matrix.project.test-cmd}}
5660
working-directory: ./${{matrix.project.name}}
57-
# - run: mix archive.install hex igniter_new --force
58-
# if: ${{matrix.project.with}}
59-
# - run: mix archive.install hex phx_new --force
60-
# if: ${{matrix.project.with}}
6161
# - run: mix igniter.new my_app --with ${{matrix.project.with}}
6262
# if: ${{matrix.project.with}}
6363
# - run: mix deps.update igniter

0 commit comments

Comments
 (0)