We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 276f4fa + 79b6a7c commit 0bf5573Copy full SHA for 0bf5573
.github/workflows/run-tests.yaml
@@ -16,10 +16,13 @@ jobs:
16
pwd
17
ant clean compile
18
echo $CLASSPATH
19
+ - name: Run Unit Tests
20
+ if: always()
21
+ run: |
22
+ ant test
23
- name: Run Basic ITests
24
if: always()
25
run: |
- echo $CORENLP_MODELS_HOME
26
ant itest
27
- run: echo "All tests finished!"
28
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments