Skip to content

Updated apis to be more unified in their behaviour. Improved the stru… #72

Updated apis to be more unified in their behaviour. Improved the stru…

Updated apis to be more unified in their behaviour. Improved the stru… #72

Workflow file for this run

name: Pull-Requests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 17
- name: Run gradle build
run: ./Library/gradlew -p ./Library build
#- name: Run Tests
# run: ./gradlew library:test