Skip to content

Commit 4167311

Browse files
committed
Fixed variable for working directory to include plugins.
1 parent b9dc66a commit 4167311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run Codeception Tests
6868
uses: ./.github/actions/codeception
6969
with:
70-
working-directory: ${{ steps.plugin.outputs.slug }}
70+
working-directory: plugins/${{ steps.plugin.outputs.slug }}
7171
php: ${{ matrix.php }}
7272
wordpress: ${{ matrix.wordpress }}
7373
coverage: 1

0 commit comments

Comments
 (0)