Skip to content

Commit

Permalink
Test if junit command works
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Sep 13, 2024
1 parent e73858c commit e809d68
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This workflow will build a Java project with Ant
#
This workflow will build a Java project with Ant
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant

name: JUnit CI
Expand Down Expand Up @@ -28,4 +29,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Ant
run: ant -noinput -buildfile build.xml
run: ant -Dpython.env.path=METviewer clean all
- 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 e809d68

Please sign in to comment.