Skip to content

Commit

Permalink
Remove snapshot tests from CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsanjani committed Mar 1, 2024
1 parent 442296a commit ff8bc74
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit_test_jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
gradle-home-cache-cleanup: true
cache-read-only: false

- name: Snapshot test (shared-ui)
uses: gradle/gradle-build-action@v3
with:
arguments: verifyPaparazziDebug
gradle-home-cache-cleanup: true
cache-read-only: false
# - name: Snapshot test (shared-ui)
# uses: gradle/gradle-build-action@v3
# with:
# arguments: verifyPaparazziDebug
# gradle-home-cache-cleanup: true
# cache-read-only: false

- name: Upload Screenshot Test Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ff8bc74

Please sign in to comment.