Skip to content

Commit b0bc4c8

Browse files
committed
ci: set working directory properly
1 parent 6036087 commit b0bc4c8

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
@@ -54,7 +54,7 @@ jobs:
5454
- run: mix deps.update igniter
5555
working-directory: ./${{matrix.project.name}}
5656
- run: mix igniter.add igniter@path:../igniter --yes
57-
working-directory: my_app
57+
working-directory: ./${{matrix.project.name}}
5858
- run: ${{matrix.project.test-cmd}}
5959
if: ${{matrix.project.test-cmd}}
6060
working-directory: ./${{matrix.project.name}}

0 commit comments

Comments
 (0)