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 c1195ba commit 19dfcb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- uses: actions/checkout@v4
with:
sparse-checkout: .github
sparse-checkout-cone-mode: false

- uses: actions/setup-java@v4
with:
Expand All @@ -104,7 +105,8 @@ jobs:
path: mosaic-terminal-native-tests

- run: ls -lhAR
- run: |
- name: Whevs
run: |
chmod +x mosaic-terminal-native-tests/${{ matrix.platform.target }}/debugTest/test.*
mosaic-terminal-native-tests/${{ matrix.platform.target }}/debugTest/test.*
Expand Down

0 comments on commit 19dfcb3

Please sign in to comment.