Skip to content

add release pipeline and publishing using gpr #168

add release pipeline and publishing using gpr

add release pipeline and publishing using gpr #168

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run checks
run: ./gradlew check --no-daemon --stacktrace