mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-01-30 22:47:13 +08:00
Add test for multi-line input arguments
This commit is contained in:
parent
4bc52c85c3
commit
422726cec5
25
.github/workflows/integTest-action-inputs.yml
vendored
Normal file
25
.github/workflows/integTest-action-inputs.yml
vendored
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: Test different action inputs
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
env:
|
||||||
|
CACHE_KEY_PREFIX: ${{github.workflow}}#${{github.run_number}}-
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
action-inputs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout sources
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Invoke with multi-line arguments
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
build-root-directory: __tests__/samples/groovy-dsl
|
||||||
|
arguments: |
|
||||||
|
--configuration-cache
|
||||||
|
--build-cache
|
||||||
|
test
|
||||||
|
jar
|
Loading…
x
Reference in New Issue
Block a user