Skip to content

Commit 7ccbed2

Browse files
colinmurphyCopilot
andauthored
Update .github/actions/codeception/action.yml
Co-authored-by: Copilot <[email protected]>
1 parent a82a16a commit 7ccbed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/codeception/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
--env SKIP_TESTS_CLEANUP=${{ env.SKIP_TESTS_CLEANUP }} \
7171
--env SUITES=acceptance \
7272
$(docker compose ps -q wordpress) \
73-
bash -c "cd wp-content/plugins/$(basename ${{ inputs.working-directory }}) && bin/run-codeception.sh"
73+
bash -c "cd wp-content/plugins/$(basename $(echo ${{ inputs.working-directory }} | sed 's:/*$::')) && bin/run-codeception.sh"
7474
env:
7575
DEBUG: ${{ env.ACTIONS_STEP_DEBUG }}
7676
SKIP_TESTS_CLEANUP: "true"

0 commit comments

Comments
 (0)