diff --git a/.github/workflows/lth-docker.yml b/.github/workflows/lth-docker.yml index a6e37e48..c2136c16 100644 --- a/.github/workflows/lth-docker.yml +++ b/.github/workflows/lth-docker.yml @@ -54,7 +54,7 @@ jobs: run: mvn -ntp -Dtest=${{ matrix.liquibase-support-level }}ExtensionHarnessSuite 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.9.1 + uses: dorny/test-reporter@v2.1.1 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