Skip to content

First steps to move to SQLDelight #193

First steps to move to SQLDelight

First steps to move to SQLDelight #193

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: clean check test build jar jacocoTestReport
build-root-directory: libpretixsync
- name: Codecov
uses: codecov/codecov-action@v2