Skip to content

Merge pull request #46 from middleware-labs/recording-fix #81

Merge pull request #46 from middleware-labs/recording-fix

Merge pull request #46 from middleware-labs/recording-fix #81

Workflow file for this run

name: PR Build
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Java 17 for running Gradle
uses: actions/[email protected]
with:
distribution: temurin
java-version: 17
- name: Grant Permission to Execute Gradle
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: build
- name: Upload coverage to Codecov
uses: codecov/[email protected]