Skip to content

Commit 6eb61e1

Browse files
committed
ci: add phx_new
1 parent 41271d6 commit 6eb61e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test-projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
run: mix compile --force --warnings-as-errors
5353
working-directory: ./${{matrix.project.name}}
5454
- run: mix archive.install hex igniter_new --force
55+
- run: mix archive.install hex phx_new --force
5556
- run: mix igniter.new my_phoenix_app --with ${{matrix.project.with}}
5657
- run: mix igniter.add igniter@path:../igniter --yes
5758
working-directory: my_phoenix_app

0 commit comments

Comments
 (0)