Skip to content

Commit

Permalink
Use test-compile and test target in the command
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 16, 2024
1 parent 2be4f63 commit 0067b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Ant
run: ant -Dpython.env.path=METviewer clean all
run: ant -Dpython.env.path=METviewer clean test-compile test
- name: Run MV JUnit tests
run: java -jar METviewer/lib/junit-platform-console-standalone-1.4.0.jar -cp METviewer/build/edu/ucar/metviewer/test/mvutil --select-package edu.ucar.metviewer.test.mvutil

0 comments on commit 0067b29

Please sign in to comment.