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 b1c7f9f commit e22df01Copy full SHA for e22df01
1 file changed
.github/workflows/test-projects.yml
@@ -55,7 +55,7 @@ jobs:
55
- run: mix archive.install hex phx_new --force
56
- run: mix igniter.new my_app --with ${{matrix.project.with}}
57
- run: mix deps.update igniter
58
- - working-directory: my_app
+ working-directory: my_app
59
- run: mix igniter.add igniter@path:../igniter --yes
60
working-directory: my_app
61
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}
0 commit comments