Skip to content

Commit

Permalink
Update pytest-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mawenbo-huawei authored Mar 13, 2024
1 parent dc6a842 commit 8089b4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Pytest CI
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
publish:
runs-on: ubuntu-22.04
Expand All @@ -16,4 +18,4 @@ jobs:
cd huaweicloud-sdk-core || exit 1
pip install -r requirements.txt
pip install -r test-requirements.txt
pytest tests/ -s -v --cov
pytest tests/ -s -v --cov -k "not provider"

0 comments on commit 8089b4c

Please sign in to comment.