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 6036087 commit b0bc4c8Copy full SHA for b0bc4c8
1 file changed
.github/workflows/test-projects.yml
@@ -54,7 +54,7 @@ jobs:
54
- run: mix deps.update igniter
55
working-directory: ./${{matrix.project.name}}
56
- run: mix igniter.add igniter@path:../igniter --yes
57
- working-directory: my_app
+ working-directory: ./${{matrix.project.name}}
58
- run: ${{matrix.project.test-cmd}}
59
if: ${{matrix.project.test-cmd}}
60
0 commit comments