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:
Daz DeBoer 2021-06-09 11:51:54 -06:00
parent 2d78e26c26
commit 504653fbf0
No known key found for this signature in database
GPG key ID: 70F584A28F2230E8

View file

@ -22,6 +22,14 @@ jobs:
dependencies-cache-enabled: true
configuration-cache-enabled: true
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
uses: ./
with: