Skip to content

Commit

Permalink
#20: unit tests run gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
gowthamnvv committed Sep 28, 2021
1 parent dc00745 commit cb11943
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- name: Build Farm
run: java --version
run: java --version
- name: Build and Test Farm
run: |
./server/.gradlew clean
./server/.gradlew assemble
./server/.gradlew test

0 comments on commit cb11943

Please sign in to comment.