Fix workflow yaml
This commit is contained in:
parent
81e519d650
commit
88b830e0cf
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ jobs:
|
|||
java-version: '17'
|
||||
- name: Validate Gradle Wrapper
|
||||
uses: https://git.wbrawner.com/gradle/wrapper-validation-action@v1
|
||||
unit_tests:
|
||||
name: Run Unit Tests
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- validate
|
||||
|
|
Loading…
Reference in a new issue