Run tests against latest Gradle RC/nightly #125
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Run tests against latest Gradle RC/nightly" | |
on: | |
schedule: | |
- cron: '3 1 * * 5' | |
workflow_dispatch: | |
inputs: | |
gradle-version: | |
description: "A specific Gradle version to test against" | |
default: "-" | |
required: false | |
jobs: | |
build: | |
uses: SpongePowered/.github/.github/workflows/shared-test-gradle-rc.yaml@master | |
with: | |
gradle_version: "${{ inputs.gradle-version }}" | |
injected_version_path: 'plugin-development/src/functionalTest/resources/' |