Skip to content

what if we do the test 5 times #324

what if we do the test 5 times

what if we do the test 5 times #324

Workflow file for this run

name: Tests
on:
push: { }
pull_request: { }
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_INSTALL_DIR: ~/.dotnet
steps:
- uses: actions/checkout@v4
with:
lfs: true
- run: git lfs checkout
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: oracle
- uses: actions/setup-node@v4
with:
node-version: 22
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.x.x
- uses: gradle/wrapper-validation-action@v1
- name: Test with Gradle
run: ./gradlew --no-parallel test