diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index db8598b9ce..84549db6ed 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -79,7 +79,7 @@ jobs: MYSQL_USERNAME:cdapio-github-builds/MYSQL_USERNAME MYSQL_PASSWORD:cdapio-github-builds/MYSQL_PASSWORD MYSQL_PORT:cdapio-github-builds/MYSQL_PORT - CONNECTION_STRING:cdapio-github-builds/CONNECTION_STRING + BQMT_CONNECTION_STRING:cdapio-github-builds/CONNECTION_STRING - name: Run required e2e tests if: github.event_name != 'workflow_dispatch' && github.event_name != 'push' && steps.filter.outputs.e2e-test == 'false' @@ -89,7 +89,7 @@ jobs: MYSQL_USERNAME: ${{ steps.secrets.outputs.MYSQL_USERNAME }} MYSQL_PASSWORD: ${{ steps.secrets.outputs.MYSQL_PASSWORD }} MYSQL_PORT: ${{ steps.secrets.outputs.MYSQL_PORT }} - CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }} + BQMT_CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }} - name: Run all e2e tests if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' || steps.filter.outputs.e2e-test == 'true' @@ -99,7 +99,7 @@ jobs: MYSQL_USERNAME: ${{ steps.secrets.outputs.MYSQL_USERNAME }} MYSQL_PASSWORD: ${{ steps.secrets.outputs.MYSQL_PASSWORD }} MYSQL_PORT: ${{ steps.secrets.outputs.MYSQL_PORT }} - CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }} + BQMT_CONNECTION_STRING: ${{ steps.secrets.outputs.CONNECTION_STRING }} - name: Upload report uses: actions/upload-artifact@v3 @@ -107,14 +107,12 @@ jobs: with: name: Cucumber report - ${{ matrix.tests }} path: ./plugin/target/cucumber-reports - - name: Upload debug files uses: actions/upload-artifact@v3 if: always() with: name: Debug files - ${{ matrix.tests }} path: ./**/target/e2e-debug - - name: Upload files to GCS uses: google-github-actions/upload-cloud-storage@v0 if: always() diff --git a/pom.xml b/pom.xml index 303c7d0ead..40b74d7255 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ -