quyuan 1 vuosi sitten
vanhempi
commit
dc5684bff4
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .github/workflows/cli.yml

+ 3 - 3
.github/workflows/cli.yml

@@ -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:
         export https_proxy=""
         export https_proxy=""
     - name: get-benchmark-result
     - name: get-benchmark-result
       run: |
       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