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.
1 parent 097f316 commit b0b8871Copy full SHA for b0b8871
.github/workflows/run-tests.yaml
@@ -19,6 +19,7 @@ jobs:
19
- name: Run Basic ITests
20
if: always()
21
run: |
22
+ echo $CORENLP_MODELS_HOME
23
ant itest
24
- run: echo "All tests finished!"
25
- run: echo "🍏 This job's status is ${{ job.status }}."
0 commit comments