mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 00:01:05 -05:00
Specify 'current' Gradle version for unit tests
This commit is contained in:
parent
a8cfaf666b
commit
6f59210bbe
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-quick-check.yml
vendored
4
.github/workflows/ci-quick-check.yml
vendored
|
@ -19,6 +19,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v3
|
||||
- name: Configure Gradle as default for unit test
|
||||
uses: ./
|
||||
with:
|
||||
gradle-version: 7.5.1
|
||||
- name: Run tests
|
||||
run: |
|
||||
npm install
|
||||
|
|
Loading…
Reference in a new issue