Skip to content

[fix]: added reports uploading to CI #5

[fix]: added reports uploading to CI

[fix]: added reports uploading to CI #5

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 testDebugUnitTest -Proborazzi.test.verify=true
- name: Upload report
if: failure()
uses: actions/upload-artifact@v4
with:
name: report
path: feature/feature-setup/build/reports