Skip to content

Merge pull request #339 from gpc/338-bundle-codes-transient-fields #48

Merge pull request #339 from gpc/338-bundle-codes-transient-fields

Merge pull request #339 from gpc/338-bundle-codes-transient-fields #48

Workflow file for this run

# This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Run tests in project
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
- uses: gradle/gradle-build-action@v2
with:
arguments: check