mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
feat(supported-version): add v2.4.4-p13, v2.4.5-p12, v2.4.6-p10, v2.4.7-p5 and v2.4.8 (#187)
This commit is contained in:
@@ -205,6 +205,11 @@ jobs:
|
||||
sudo dpkg -i libmysqlclient20_5.7.30-1ubuntu18.04_amd64.deb
|
||||
mysqldump --version
|
||||
|
||||
- name: Enable log-bin-trust-function-creators
|
||||
run: |
|
||||
mysql -h127.0.0.1 -uroot -prootpassword -e "SET GLOBAL log_bin_trust_function_creators = 1;"
|
||||
|
||||
|
||||
- run: ${{ inputs.test_command }}
|
||||
working-directory: ${{ inputs.magento_directory }}/dev/tests/integration
|
||||
name: Run Integration Tests
|
||||
|
||||
Reference in New Issue
Block a user