Last active
February 26, 2024 14:01
-
-
Save mikkipastel/d877fc85e98ecc7de8f27b4c1eb14f26 to your computer and use it in GitHub Desktop.
test github action for run paparazi and calculate point
This file contains hidden or 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: calculate screen score with compose battle 2024 | |
on: [push] | |
jobs: | |
build-debug: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: set up JDK 17 | |
uses: actions/setup-java@v4 | |
with: | |
java-version: '17' | |
distribution: 'corretto' | |
cache: gradle | |
- name: run paparazzi | |
run: ./gradlew verifyPaparazziDebug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment