Skip to content

Commit

Permalink
Add github workflow attempt to mvn test it instead of JavaTest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-someone committed Aug 31, 2022
1 parent 55089a8 commit 9348391
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 66 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -351,8 +351,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: test
working-directory: tests
run: bash JavaTest.sh
working-directory: java
run: mvn test

build-kotlin-macos:
name: Build Kotlin MacOS
Expand Down
21 changes: 0 additions & 21 deletions tests/JavaTest.bat

This file was deleted.

43 changes: 0 additions & 43 deletions tests/JavaTest.sh

This file was deleted.

0 comments on commit 9348391

Please sign in to comment.