Skip to content

Commit 02f9285

Browse files
committed
Fix directory issue.
1 parent f6bbf45 commit 02f9285

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/codeception/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ runs:
4242
timeout_minutes: 10
4343
max_attempts: 3
4444
retry_on: error
45-
command: composer run docker:build
4645
shell: bash
47-
working-directory: ${{ inputs.working-directory }}
46+
command: |
47+
cd ${{ inputs.working-directory }}
48+
composer run docker:build
4849
env:
4950
WP_VERSION: ${{ inputs.wordpress }}
5051
PHP_VERSION: ${{ inputs.php }}

0 commit comments

Comments
 (0)