Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Jan 17, 2025
1 parent 6fde470 commit 30d49a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
if: matrix.tests.type == 'native'

### JAVA

- uses: actions/checkout@v4
if: ${{ matrix.tests.type == 'java' && matrix.tests.version == 'latest' }}
with:
Expand All @@ -122,6 +123,7 @@ jobs:
java-version: ${{ matrix.tests.version }}

- uses: actions/download-artifact@v4
if: matrix.tests.type == 'java'
with:
name: mosaic-terminal-jvm-tests

Expand All @@ -130,6 +132,7 @@ jobs:
run: chmod +x bin/mosaic-terminal-test

- run: bin/mosaic-terminal-test
if: matrix.tests.type == 'java'

binaries:
runs-on: macos-15
Expand Down

0 comments on commit 30d49a4

Please sign in to comment.