mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
[ACS-9270] Switch MySQL driver from com.mysql.jdbc.Driver
to com.mysql.cj.jdbc.Driver
(#3204)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -515,7 +515,7 @@ jobs:
|
|||||||
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
RP_OPTS: ${{ github.ref_name == 'master' && steps.rp-prepare.outputs.mvn-opts || '' }}
|
||||||
run: |
|
run: |
|
||||||
eval "args=($RP_OPTS)"
|
eval "args=($RP_OPTS)"
|
||||||
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=com.mysql.jdbc.Driver -Ddb.name=alfresco -Ddb.url=jdbc:mysql://localhost:3307/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
mvn -B test -pl repository -am -Dtest=AllDBTestsTestSuite -DfailIfNoTests=false -Ddb.driver=com.mysql.cj.jdbc.Driver -Ddb.name=alfresco -Ddb.url=jdbc:mysql://localhost:3307/alfresco -Ddb.username=alfresco -Ddb.password=alfresco "${args[@]}"
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: "Update GitHub Step Summary"
|
- name: "Update GitHub Step Summary"
|
||||||
if: github.ref_name == 'master'
|
if: github.ref_name == 'master'
|
||||||
|
Reference in New Issue
Block a user