mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-06-07 16:56:12 +02:00
Add a very-limited ‘no-wrapper’ test Gradle build
Will use this for testing Gradle execution with different versions and mechanisms.
This commit is contained in:
parent
f09d75249f
commit
0aafbc68cc
4 changed files with 17 additions and 3 deletions
6
.github/workflows/prod.yml
vendored
6
.github/workflows/prod.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
|||
- name: Test use defined Gradle version
|
||||
uses: ./
|
||||
with:
|
||||
gradle-version: rc
|
||||
build-root-directory: __tests__/samples/basic
|
||||
arguments: test
|
||||
gradle-version: 6.9
|
||||
build-root-directory: __tests__/samples/no-wrapper
|
||||
arguments: help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue