Updated action for post-commit hook to support running tests
This commit is contained in:
parent
476d4b00ce
commit
43238553f5
|
@ -22,5 +22,5 @@ jobs:
|
|||
java-version: 1.8
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew build
|
||||
- name: Run acceptance tests
|
||||
run: ./gradlew test
|
||||
|
|
Loading…
Reference in New Issue