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 b9dc66a commit 4167311Copy full SHA for 4167311
.github/workflows/codeception.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Run Codeception Tests
68
uses: ./.github/actions/codeception
69
with:
70
- working-directory: ${{ steps.plugin.outputs.slug }}
+ working-directory: plugins/${{ steps.plugin.outputs.slug }}
71
php: ${{ matrix.php }}
72
wordpress: ${{ matrix.wordpress }}
73
coverage: 1
0 commit comments