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.
--yes
1 parent e22df01 commit 7b44051Copy full SHA for 7b44051
1 file changed
.github/workflows/test-projects.yml
@@ -58,7 +58,7 @@ jobs:
58
working-directory: my_app
59
- run: mix igniter.add igniter@path:../igniter --yes
60
61
- - run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}
+ - run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}} --yes
62
63
- run: mix compile --warnings-as-errors
64
0 commit comments