Skip to content

Commit

Permalink
add cli test
Browse files Browse the repository at this point in the history
  • Loading branch information
quyuan committed Apr 25, 2024
1 parent d280ff4 commit dc5684b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "**.md"
workflow_dispatch:
jobs:
pdf-test:
cli-test:
runs-on: pdf
timeout-minutes: 40
strategy:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
export https_proxy=""
- name: get-benchmark-result
run: |
echo $CI_PROJECT_DIR
pytest -v tests/test_cli/test_cli.py -s
echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s

0 comments on commit dc5684b

Please sign in to comment.