Skip to content

[build]: refactored app a little once again #45

[build]: refactored app a little once again

[build]: refactored app a little once again #45

Workflow file for this run

on:
workflow_dispatch:
push:
branches:
- '**'
jobs:
test:
name: Run unit tests
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: oracle
cache: 'gradle'
- name: Run tests
run: bash ./gradlew verifyRoborazziDebug