From 896cc4da80be3b129a607017469c0e71a38ce407 Mon Sep 17 00:00:00 2001 From: Erik Spears Date: Wed, 22 May 2024 18:53:52 -0400 Subject: [PATCH] temp change to testing workflow --- .github/workflows/qa-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-suite.yml b/.github/workflows/qa-suite.yml index 22f5e77bc..75600ed42 100644 --- a/.github/workflows/qa-suite.yml +++ b/.github/workflows/qa-suite.yml @@ -56,7 +56,7 @@ jobs: echo "========" cat .env.qa echo "========" - docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community" + docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community" - name: Upload Log Files if: always() uses: actions/upload-artifact@v4