mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-06 13:24:13 +02:00
Add test specifying 'wrapper' version with relocated 'build-root-directory'
This should reproduce https://github.com/eskatos/gradle-command-action/issues/44
This commit is contained in:
parent
2d78e26c26
commit
504653fbf0
1 changed files with 8 additions and 0 deletions
8
.github/workflows/prod.yml
vendored
8
.github/workflows/prod.yml
vendored
|
@ -22,6 +22,14 @@ jobs:
|
||||||
dependencies-cache-enabled: true
|
dependencies-cache-enabled: true
|
||||||
configuration-cache-enabled: true
|
configuration-cache-enabled: true
|
||||||
arguments: test
|
arguments: test
|
||||||
|
- name: Test explicit wrapper
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
gradle-version: wrapper
|
||||||
|
build-root-directory: __tests__/data/basic
|
||||||
|
dependencies-cache-enabled: true
|
||||||
|
configuration-cache-enabled: true
|
||||||
|
arguments: test
|
||||||
- name: Test dist download
|
- name: Test dist download
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue