diff --git a/.github/workflows/lth.yml b/.github/workflows/lth.yml index f5d1497c..b2fe0427 100644 --- a/.github/workflows/lth.yml +++ b/.github/workflows/lth.yml @@ -61,7 +61,7 @@ jobs: run: mvn -B -ntp -DdbPassword=${{env.TF_VAR_DBX_TOKEN}} -DdbUrl='${{env.DATABRICKS_URL}}' -Dtest=liquibase.ext.databricks.${{ matrix.liquibase-support-level }}ExtensionHarnessTestSuite test # Run the Liquibase test harness at each test level - name: Test Reporter # Generate a test report using the Test Reporter action - uses: dorny/test-reporter@v1.8.0 + uses: dorny/test-reporter@v1.9.0 if: always() # Run the action even if the previous steps fail with: name: Liquibase Test Harness - ${{ matrix.liquibase-support-level }} Reports # Set the name of the test report