Skip to content

Tried to run tests with concurrency on GH. Don't do it again #8

Tried to run tests with concurrency on GH. Don't do it again

Tried to run tests with concurrency on GH. Don't do it again #8

Workflow file for this run

name: Pull request workflow
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew githubWorkflowTest --no-daemon -i