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 d99c2ff commit b1c7f9fCopy full SHA for b1c7f9f
1 file changed
.github/workflows/test-projects.yml
@@ -53,10 +53,12 @@ jobs:
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}}
+ - run: mix igniter.new my_app --with ${{matrix.project.with}}
57
+ - run: mix deps.update igniter
58
+ - working-directory: my_app
59
- run: mix igniter.add igniter@path:../igniter --yes
- working-directory: my_phoenix_app
60
+ working-directory: my_app
61
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}
62
63
- run: mix compile --warnings-as-errors
64
0 commit comments