|
@@ -18,15 +18,12 @@ on:
|
|
|
workflow_dispatch:
|
|
workflow_dispatch:
|
|
|
jobs:
|
|
jobs:
|
|
|
cli-test:
|
|
cli-test:
|
|
|
- runs-on: mineru
|
|
|
|
|
|
|
+ runs-on: ubuntu-latest
|
|
|
timeout-minutes: 40
|
|
timeout-minutes: 40
|
|
|
strategy:
|
|
strategy:
|
|
|
fail-fast: true
|
|
fail-fast: true
|
|
|
|
|
|
|
|
steps:
|
|
steps:
|
|
|
- - name: config-net
|
|
|
|
|
- run: |
|
|
|
|
|
- source activate base
|
|
|
|
|
- name: PDF cli
|
|
- name: PDF cli
|
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
|
with:
|
|
with:
|
|
@@ -40,11 +37,6 @@ jobs:
|
|
|
pip install -r requirements.txt
|
|
pip install -r requirements.txt
|
|
|
pip install -r requirements-qa.txt
|
|
pip install -r requirements-qa.txt
|
|
|
fi
|
|
fi
|
|
|
-
|
|
|
|
|
- - name: config-net-reset
|
|
|
|
|
- run: |
|
|
|
|
|
- export http_proxy=""
|
|
|
|
|
- export https_proxy=""
|
|
|
|
|
- name: test_cli
|
|
- name: test_cli
|
|
|
run: |
|
|
run: |
|
|
|
echo $GITHUB_WORKSPACE
|
|
echo $GITHUB_WORKSPACE
|