mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-09-07 06:12:19 +08:00
Test something on CI
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
npm install
|
||||
npm run all
|
||||
- uses: ./
|
||||
with:
|
||||
build-root-directory: __tests__/data/basic
|
||||
|
Reference in New Issue
Block a user