Skip to content

Instantly share code, notes, and snippets.

@mikkipastel
Last active February 26, 2024 14:01
Show Gist options
  • Save mikkipastel/d877fc85e98ecc7de8f27b4c1eb14f26 to your computer and use it in GitHub Desktop.
Save mikkipastel/d877fc85e98ecc7de8f27b4c1eb14f26 to your computer and use it in GitHub Desktop.
test github action for run paparazi and calculate point
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