Skip to content

Set preconditions for artifact signing #2072

Set preconditions for artifact signing

Set preconditions for artifact signing #2072

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Run build with Gradle Wrapper
run: ./gradlew check jacocoTestReport
- name: Codecov
uses: codecov/codecov-action@v4