mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-15 20:22:23 +08:00
Refine CI workflows
This commit is contained in:
6
.github/workflows/prod.yml
vendored
6
.github/workflows/prod.yml
vendored
@@ -11,8 +11,10 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v2
|
||||
- name: Test
|
||||
uses: ./
|
||||
with:
|
||||
wrapper-directory: __tests__/data/basic
|
||||
build-root-directory: __tests__/data/basic
|
||||
|
Reference in New Issue
Block a user