Skip to content

Commit

Permalink
Update run-slow-itests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
J38 committed Oct 8, 2021
1 parent 0ef263b commit ab66e56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-slow-itests.yaml
Expand Up @@ -4,6 +4,7 @@ concurrency: slow-itests
jobs:
Run-CoreNLP-Slow-Tests:
runs-on: self-hosted
timeout-minutes: 2880
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
Expand Down Expand Up @@ -31,6 +32,7 @@ jobs:
run: |
ant itest-ner
- name: Run Coref Tests
if: always()
run: |
ant itest-coreference
- name: Run Many Docs Tests
Expand Down

0 comments on commit ab66e56

Please sign in to comment.