From d1c4b73a830dee5beb8f1b55c68cf4da1eff1a83 Mon Sep 17 00:00:00 2001 From: Abellegese Date: Fri, 31 Jan 2025 18:00:17 +0300 Subject: [PATCH] testing playground refactor --- .github/workflows/tests_and_cleanup.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests_and_cleanup.yml b/.github/workflows/tests_and_cleanup.yml index 11a28969..b4c36834 100644 --- a/.github/workflows/tests_and_cleanup.yml +++ b/.github/workflows/tests_and_cleanup.yml @@ -132,7 +132,9 @@ jobs: nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli delete fetch --fetch from_dockerhub nox -f test/playground/noxfile.py -s clean nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli delete fetch --fetch from_s3 - nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli serve run catalog example test close delete + nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli serve run catalog example + nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli close + nox -f test/playground/noxfile.py -s execute -p 3.10 -- --cli delete test run-cli-test-multiple: