Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrassia committed Sep 26, 2024
1 parent 5558220 commit 6b5750f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
name: libbitwarden_c_files-x86_64-pc-windows-msvc
path: languages/java/src/main/resources/win32-x86-64

- name: Test
run: ls -alh
working-directory: languages/java

- name: Build Maven
run: ./gradlew build
working-directory: languages/java

- name: Test
run: ls -alh
working-directory: languages/java

0 comments on commit 6b5750f

Please sign in to comment.