We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b06e1 commit c87b85aCopy full SHA for c87b85a
.github/workflows/lth-docker.yml
@@ -43,7 +43,7 @@ jobs:
43
run: mvn -ntp -Dtest=${{ matrix.liquibase-support-level }}ExtensionHarnessSuite test # Run the Liquibase test harness at each test level
44
45
- name: Test Reporter # Generate a test report using the Test Reporter action
46
- uses: dorny/test-reporter@v1.8.0
+ uses: dorny/test-reporter@v1.9.1
47
if: always() # Run the action even if the previous steps fail
48
with:
49
name: Liquibase Test Harness - ${{ matrix.liquibase-support-level }} Reports # Set the name of the test report
0 commit comments