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 f6bbf45 commit 02f9285Copy full SHA for 02f9285
.github/actions/codeception/action.yml
@@ -42,9 +42,10 @@ runs:
42
timeout_minutes: 10
43
max_attempts: 3
44
retry_on: error
45
- command: composer run docker:build
46
shell: bash
47
- working-directory: ${{ inputs.working-directory }}
+ command: |
+ cd ${{ inputs.working-directory }}
48
+ composer run docker:build
49
env:
50
WP_VERSION: ${{ inputs.wordpress }}
51
PHP_VERSION: ${{ inputs.php }}
0 commit comments