Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Fix/split the capture receipt rsp in individual classes #109

Fix/split the capture receipt rsp in individual classes

Fix/split the capture receipt rsp in individual classes #109

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Gradle cache
uses: gradle/gradle-build-action@v3
- name: Unit tests
run: ./gradlew test