This is an automated email from the ASF dual-hosted git repository. shwstppr pushed a commit to branch feature-purgedb-debug in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 9ecd389b9f207a5f2712a7780a6f0fde908c1d9d Author: Abhishek Kumar <[email protected]> AuthorDate: Wed May 1 00:04:48 2024 +0530 fix Signed-off-by: Abhishek Kumar <[email protected]> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d28d1a0df9..b8aee6df181 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: strategy: fail-fast: false matrix: - tests: [ "smoke/test_purge_expunged_resources.py" ] + tests: [ "smoke/test_purge_expunged_vms.py" ] steps: - uses: actions/checkout@v4
