Skip to content

Commit 79b6a7c

Browse files
authored
Update run-tests.yaml
1 parent a2eda8d commit 79b6a7c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ jobs:
1616
pwd
1717
ant clean compile
1818
echo $CLASSPATH
19+
- name: Run Unit Tests
20+
if: always()
21+
run: |
22+
ant test
1923
- name: Run Basic ITests
2024
if: always()
2125
run: |
22-
echo $CORENLP_MODELS_HOME
2326
ant itest
2427
- run: echo "All tests finished!"
2528
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)