ci: Remove unused java testsuite (#445)

This commit is contained in:
Thomas O'Donnell
2019-09-30 03:38:53 +02:00
committed by Matan Kushner
parent 0eafb2bde7
commit d335abca3d
4 changed files with 0 additions and 48 deletions
@@ -71,11 +71,6 @@ jobs:
with:
python-version: "3.6.9"
# Install Java at a fixed version
- uses: actions/setup-java@master
with:
java-version: '12.0.2'
# Run the ignored tests that expect the above setup
- uses: actions/checkout@master
- name: Run all tests