Skip to content

Commit

Permalink
Test db version apply
Browse files Browse the repository at this point in the history
  • Loading branch information
vpodorozh committed Mar 20, 2024
1 parent f2766d2 commit 5a78fd2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions warden/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,13 @@ runs:
export WARDEN="$(dirname $(pwd))/warden/bin/warden"
${WARDEN} svc up
${WARDEN} env up
echo "TESTING WARDEN DB VERSION"
${WARDEN} env exec -T db mysql --version
- name: WARDEN TEST DB VERSION
working-directory: ${{ inputs.base_directory }}
shell: bash
run: |
export WARDEN="$(dirname $(pwd))/warden/bin/warden"
${WARDEN} env exec -T php-fpm bin/magento setup:db:status
- name: Change Directory Permissions
working-directory: ${{ inputs.base_directory }}
Expand Down

0 comments on commit 5a78fd2

Please sign in to comment.