Skip to content

Commit b1c7f9f

Browse files
committed
chore: update igniter in CI
1 parent d99c2ff commit b1c7f9f

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ jobs:
5353
working-directory: ./${{matrix.project.name}}
5454
- run: mix archive.install hex igniter_new --force
5555
- run: mix archive.install hex phx_new --force
56-
- run: mix igniter.new my_phoenix_app --with ${{matrix.project.with}}
56+
- run: mix igniter.new my_app --with ${{matrix.project.with}}
57+
- run: mix deps.update igniter
58+
- working-directory: my_app
5759
- run: mix igniter.add igniter@path:../igniter --yes
58-
working-directory: my_phoenix_app
60+
working-directory: my_app
5961
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}
60-
working-directory: my_phoenix_app
62+
working-directory: my_app
6163
- run: mix compile --warnings-as-errors
62-
working-directory: my_phoenix_app
64+
working-directory: my_app

0 commit comments

Comments
 (0)