Skip to content

Commit

Permalink
BIID-97: Upgrade test container and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erawat committed Jan 2, 2024
1 parent 1c688f9 commit 3a88ff3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
run-unit-tests:

runs-on: ubuntu-latest
container: compucorp/civicrm-buildkit:1.3.0-php8.0-chrome
container: compucorp/civicrm-buildkit:1.3.1-php8.0-chrome

env:
CIVICRM_EXTENSIONS_DIR: site/web/sites/all/modules/civicrm/tools/extensions
Expand All @@ -27,6 +27,9 @@ jobs:
- name: Config mysql database as per CiviCRM requirement
run: echo "SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));" | mysql -u root --password=root --host=mysql

- name: Composer version downgrade 2.2.5
run: composer self-update 2.2.5

- name: Config amp
run : amp config:set --mysql_dsn=mysql://root:root@mysql:3306

Expand Down

0 comments on commit 3a88ff3

Please sign in to comment.