From 8089b4c317925db5f7ce7376f2d1dc5049e5b417 Mon Sep 17 00:00:00 2001 From: mawenbo <85687446+mawenbo-huawei@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:10:10 +0800 Subject: [PATCH] Update pytest-ci.yml --- .github/workflows/pytest-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest-ci.yml b/.github/workflows/pytest-ci.yml index d255b7dab4..5e7146dcfb 100644 --- a/.github/workflows/pytest-ci.yml +++ b/.github/workflows/pytest-ci.yml @@ -1,6 +1,8 @@ name: Pytest CI on: workflow_dispatch: + schedule: + - cron: '0 0 * * *' jobs: publish: runs-on: ubuntu-22.04 @@ -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"