"vscode:/vscode.git/clone" did not exist on "483e6ab4ccd466fb9b20b9e482f63740929b48a3"
Commit dc5684bf authored by quyuan's avatar quyuan
Browse files

add cli test

parent d280ff44
...@@ -17,7 +17,7 @@ on: ...@@ -17,7 +17,7 @@ on:
- "**.md" - "**.md"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
pdf-test: cli-test:
runs-on: pdf runs-on: pdf
timeout-minutes: 40 timeout-minutes: 40
strategy: strategy:
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
export https_proxy="" export https_proxy=""
- name: get-benchmark-result - name: get-benchmark-result
run: | run: |
echo $CI_PROJECT_DIR echo $GITHUB_WORKSPACE
pytest -v tests/test_cli/test_cli.py -s cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment