Skip to content

Commit

Permalink
Merge pull request #124 from liquibase/dependabot/github_actions/dorn…
Browse files Browse the repository at this point in the history
…y/test-reporter-1.9.0

chore(deps): bump dorny/test-reporter from 1.8.0 to 1.9.0
  • Loading branch information
liquibot authored Apr 5, 2024
2 parents d51ebf2 + bbda702 commit 73297c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73297c0

Please sign in to comment.