Skip to content

Commit

Permalink
update ci (add tmate in before test)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuming-long committed Oct 2, 2023
1 parent 0480ba6 commit 5098d6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,12 @@ jobs:
source .venv/bin/activate
mkdir "$NLTK_DATA"
make install-ci
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
limit-access-to-actor: true
- name: Test Ingest (unit)
run: |
source .venv/bin/activate
Expand Down Expand Up @@ -413,9 +419,3 @@ jobs:
echo "UNS_API_KEY=${{ secrets.UNS_API_KEY }}" > uns_test_env_file
make docker-build
make docker-test CI=true
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

0 comments on commit 5098d6e

Please sign in to comment.