mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
Fix typo in test workflow
Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
parent
bc4d6bddd4
commit
41aebc770d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/prod.yml
vendored
2
.github/workflows/prod.yml
vendored
|
@ -70,7 +70,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Test dependencies-cache-enabled
|
- name: Test configuration-cache-enabled
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
build-root-directory: __tests__/samples/basic
|
build-root-directory: __tests__/samples/basic
|
||||||
|
|
Loading…
Reference in a new issue