From bbda70222c8e8db64f4a108558a45cf2617c7ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 19:25:35 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter from 1.8.0 to 1.9.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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