Skip to content

Commit

Permalink
Issue TBD54566975#94: Do not bind in Kotlin tests, just run them as t…
Browse files Browse the repository at this point in the history
…hey are bound already
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent 3c05606 commit 082155f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,16 @@ jobs:
cache: true
- name: Setup
run: just setup
- name: Bind
run: just bind
## Looking forward we need to get all libs here, do this one per matrix run
- name: Download MacOS Native Library
uses: actions/download-artifact@v4
with:
name: libtbdex_uniffi_macos-latest.dylib
path: bound/kt/src/main/resources/libtbdex_uniffi_aarch64_apple_darwin.dylib
- name: Build and Test Kotlin Project
working-directory: bound/kt
run: |
mkdir -p test-results
mvn verify
just test-kotlin
- name: Upload Kotlin Test Results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 082155f

Please sign in to comment.