Skip to content

Commit

Permalink
Update test_java_make.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metopa authored Nov 29, 2019
1 parent 964ad4d commit dc997ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_java_make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
java-version: '11.0.4'
java-package: jdk
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install click
- name: Compile
run: make -C ${{ matrix.folder }} -j 8 all
- name: Test
Expand Down

0 comments on commit dc997ba

Please sign in to comment.