Skip to content

Commit 7b44051

Browse files
committed
ci: use --yes in igniter install
1 parent e22df01 commit 7b44051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
working-directory: my_app
5959
- run: mix igniter.add igniter@path:../igniter --yes
6060
working-directory: my_app
61-
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}
61+
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}} --yes
6262
working-directory: my_app
6363
- run: mix compile --warnings-as-errors
6464
working-directory: my_app

0 commit comments

Comments
 (0)