Skip to content

Commit

Permalink
Add --continue to ensure test reports are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 6, 2024
1 parent 60fb659 commit a5b61c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_KEY }}
run: ./gradlew check
run: ./gradlew check --continue
- name: "☄️ Upload Base Tests Results - audit-test"
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand All @@ -50,7 +50,7 @@ jobs:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
DEVELOCITY_BUILD_CACHE_NODE_USER: ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_USER }}
DEVELOCITY_BUILD_CACHE_NODE_KEY: ${{ secrets.DEVELOCITY_BUILD_CACHE_NODE_KEY }}
run: ./gradlew :examples:audit-test:check -Daudit-test.AuditTrail.datasource=DEFAULT
run: ./gradlew :examples:audit-test:check -Daudit-test.AuditTrail.datasource=DEFAULT --continue
- name: "☄️ Upload audit-test Outside of Transaction Tests Results"
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a5b61c4

Please sign in to comment.