Skip to content

Commit

Permalink
Uncomment java tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 13, 2024
1 parent 804acdc commit 9cc1025
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,22 @@ jobs:
python -m pip install -v --no-deps --config-settings=cmake.define.TILEDBVCF_ONLY_PYTHON_BINDINGS=ON .[test]
- name: Confirm linking
run: otool -L /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tiledbvcf/libtiledbvcf.cpython-*-darwin.so
# TODO: Do not merge with this, we need to modify build.gradle
# java:
# runs-on: macos-13
# needs: libtiledbvcf
# steps:
# - uses: actions/checkout@v4
# - name: Download libtiledbvcf artifact
# uses: actions/download-artifact@v4
# with:
# name: libtiledbvcf
# path: dist
# - name: Check format
# run: cd apis/java && ./gradlew checkFormat
# - name: Assemble
# run: cd apis/java && ./gradlew assemble
# - name: Test
# run: cd apis/java && ./gradlew test
java:
runs-on: macos-13
needs: libtiledbvcf
steps:
- uses: actions/checkout@v4
- name: Download libtiledbvcf artifact
uses: actions/download-artifact@v4
with:
name: libtiledbvcf
path: dist
- name: Check format
run: cd apis/java && ./gradlew checkFormat
- name: Assemble
run: cd apis/java && ./gradlew assemble
- name: Test
run: cd apis/java && ./gradlew test
python-standalone:
runs-on: macos-13
steps:
Expand Down

0 comments on commit 9cc1025

Please sign in to comment.