File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 MYSQL_USERNAME:cdapio-github-builds/MYSQL_USERNAME
8181 MYSQL_PASSWORD:cdapio-github-builds/MYSQL_PASSWORD
8282 MYSQL_PORT:cdapio-github-builds/MYSQL_PORT
83- CONNECTION_STRING :cdapio-github-builds/CONNECTION_STRING
83+ BQMT_CONNECTION_STRING :cdapio-github-builds/CONNECTION_STRING
8484
8585 - name : Run required e2e tests
8686 if : github.event_name != 'workflow_dispatch' && github.event_name != 'push' && steps.filter.outputs.e2e-test == 'false'
9090 MYSQL_USERNAME : ${{ steps.secrets.outputs.MYSQL_USERNAME }}
9191 MYSQL_PASSWORD : ${{ steps.secrets.outputs.MYSQL_PASSWORD }}
9292 MYSQL_PORT : ${{ steps.secrets.outputs.MYSQL_PORT }}
93- CONNECTION_STRING : ${{ steps.secrets.outputs.CONNECTION_STRING }}
93+ BQMT_CONNECTION_STRING : ${{ steps.secrets.outputs.CONNECTION_STRING }}
9494
9595 - name : Run all e2e tests
9696 if : github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true'
@@ -100,7 +100,7 @@ jobs:
100100 MYSQL_USERNAME : ${{ steps.secrets.outputs.MYSQL_USERNAME }}
101101 MYSQL_PASSWORD : ${{ steps.secrets.outputs.MYSQL_PASSWORD }}
102102 MYSQL_PORT : ${{ steps.secrets.outputs.MYSQL_PORT }}
103- CONNECTION_STRING : ${{ steps.secrets.outputs.CONNECTION_STRING }}
103+ BQMT_CONNECTION_STRING : ${{ steps.secrets.outputs.CONNECTION_STRING }}
104104
105105 - name : Upload report
106106 uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ host=MYSQL_HOST
211211user =MYSQL_USERNAME
212212pass =MYSQL_PASSWORD
213213port =MYSQL_PORT
214- connectionString =CONNECTION_STRING
214+ connectionString =BQMT_CONNECTION_STRING
215215mySQLSourceTable =dummy
216216sourceTable =dummy
217217tableNameField =tableName
You can’t perform that action at this time.
0 commit comments