Skip to content

Commit

Permalink
Update main to validate screenshots too
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma committed May 15, 2024
1 parent 9fe348e commit 98daa90
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,24 @@ jobs:
continue-on-error: ${{ matrix.config.continueOnError }}
run: ./gradlew :composeApp:${{ matrix.config.tasks }}

verify-screenshots:
name: Validate screenshots - PR
if: ${{ success() }}
needs: [ build-sample ]
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: adopt
java-version: 17

- name: Validate screenshots - PR
run: ./gradlew validateScreenshotTest

check-sign:
name: Check signature - Main
if: ${{ success() }}
Expand Down

0 comments on commit 98daa90

Please sign in to comment.