Bump next from 14.1.4 to 14.2.10 in /score-view/ui-perfect-copy-contest in the npm_and_yarn group across 1 directory #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test roborazzi | |
on: [pull_request] | |
jobs: | |
test-capture-screenshot: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
# setup gradle | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v4 | |
with: | |
distribution: "zulu" | |
java-version: 17 | |
- name: Setup Gradle | |
uses: gradle/actions/setup-gradle@v3 | |
# run roborazzi | |
- name: Run all local screenshot tests (Roborazzi) | |
run: ./gradlew recordRoborazziDebug | |
- name: Upload screenshot | |
uses: actions/upload-artifact@v4 | |
with: | |
name: screenshot_result | |
path: app/build/outputs/roborazzi |