Skip to content

Commit e22df01

Browse files
committed
ci: yaml syntax
1 parent b1c7f9f commit e22df01

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
@@ -55,7 +55,7 @@ jobs:
5555
- run: mix archive.install hex phx_new --force
5656
- run: mix igniter.new my_app --with ${{matrix.project.with}}
5757
- run: mix deps.update igniter
58-
- working-directory: my_app
58+
working-directory: my_app
5959
- run: mix igniter.add igniter@path:../igniter --yes
6060
working-directory: my_app
6161
- run: mix igniter.install ${{matrix.project.install}} ${{matrix.project.flags}}

0 commit comments

Comments
 (0)