Skip to content

[fix]: not working exit button if logging is stuck #53

[fix]: not working exit button if logging is stuck

[fix]: not working exit button if logging is stuck #53

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