Skip to content

Commit c8642f8

Browse files
committed
temporarily set the QA Suite workflow to pull the develop QA image for testing the prerelease branch
1 parent 86cbbc7 commit c8642f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa-suite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "========"
7070
cat .env.qa
7171
echo "========"
72-
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
72+
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
7373
- name: Upload Log Files
7474
if: always()
7575
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)