Updated action for post-commit hook to support running tests

This commit is contained in:
Joshua Darnell 2020-04-08 22:20:39 -07:00
parent 476d4b00ce
commit 43238553f5
1 changed files with 2 additions and 2 deletions

View File

@ -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