Skip to content

Address tests that are failing with extended coverage #104

Address tests that are failing with extended coverage

Address tests that are failing with extended coverage #104

Workflow file for this run

name: Gradle initScript test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- uses: gradle/actions/setup-gradle@v4
with:
develocity-access-key: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
- run: ./gradlew build