Skip to content

Commit ff4a476

Browse files
committed
run tests in CI
fixes #114
1 parent 5fb792d commit ff4a476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
# username: ${{ github.actor }}
4040
# password: ${{ secrets.GITHUB_TOKEN }}
4141

42-
#- name: Test gradle
43-
# run: |
44-
# ./gradlew
42+
- name: Test gradle
43+
run: |
44+
./gradlew
4545
4646
- name: Build container image with gradle, and push to registry
4747
run: |

0 commit comments

Comments
 (0)