Skip to content

Commit

Permalink
feat: add helper for test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpBlockchain committed Jun 27, 2023
1 parent 8a8ffbb commit 9bfa09b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@ jobs:
pwd
python -m download
sh prepare.sh
python -m pytest
python -m pytest --html=report.html
- name: Publish reports
if: failure()
uses: actions/upload-artifact@v2
with:
name: jfoa-build-reports-${{ runner.os }}
path: ckb-py-integration-test/report.html
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ download ckb
```shell
pip install -r requirements.txt
python -m download
sh prepare.sh
```
### run
run single test
Expand Down

0 comments on commit 9bfa09b

Please sign in to comment.