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 Sep 11, 2022
1 parent 0dfe382 commit 924a6d1
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 @@ -350,8 +350,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 924a6d1

Please sign in to comment.