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.
1 parent 41271d6 commit 6eb61e1Copy full SHA for 6eb61e1
1 file changed
.github/workflows/test-projects.yml
@@ -52,6 +52,7 @@ jobs:
52
run: mix compile --force --warnings-as-errors
53
working-directory: ./${{matrix.project.name}}
54
- run: mix archive.install hex igniter_new --force
55
+ - run: mix archive.install hex phx_new --force
56
- run: mix igniter.new my_phoenix_app --with ${{matrix.project.with}}
57
- run: mix igniter.add igniter@path:../igniter --yes
58
working-directory: my_phoenix_app
0 commit comments