Skip to content

Commit

Permalink
ci, fix error when run "Test CLI" section in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jojoee committed Jul 17, 2020
1 parent 53fc14d commit 2604ab1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
flags: unittests
- name: Test CLI
run: |
# able to run cli
pip install .
python -m promptpay qrcode --id="0841234567"
python -m promptpay
python -m promptpay qrcode --id="0841234567" --file="./qrcode-cli.png"
python -m promptpay qrcode --id="0841234567" --amount=2.34 --file="/tmp/qrcode-cli-with-amount.png"

0 comments on commit 2604ab1

Please sign in to comment.