Skip to content

chore: update kotlin and gradle versions #196

chore: update kotlin and gradle versions

chore: update kotlin and gradle versions #196

Workflow file for this run

name: Tests
on:
push:
branches: [ main, release/** ]
pull_request:
branches: [ main, release/** ]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: Run tests with Gradle
run: ./gradlew allTests