Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Jan 19, 2025
1 parent 3a47091 commit a3ac701
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,7 @@ jobs:

- name: Build sample ${{ matrix.config.target }} - Main
continue-on-error: ${{ matrix.config.continueOnError }}
run: ./gradlew :samples:${{matrix.module}}:${{ 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
run: ./gradlew :samples:${{ matrix.module }}:${{ matrix.config.tasks }}

check-sign:
name: Check signature - Main
Expand Down

0 comments on commit a3ac701

Please sign in to comment.