Skip to content

0.2.0: Type-safe battles, Brawlify Stats API support, bug fixes #2

0.2.0: Type-safe battles, Brawlify Stats API support, bug fixes

0.2.0: Type-safe battles, Brawlify Stats API support, bug fixes #2

Workflow file for this run

name: Run tests on PR
on:
pull_request:
branches: [ "master" ]
release:
types: [ published ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '11'
cache: 'gradle'
# Library current does not support testing official API client automatically
- run: ./gradlew jvmTest --no-daemon