We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cbbc7 commit c8642f8Copy full SHA for c8642f8
.github/workflows/qa-suite.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "========"
70
cat .env.qa
71
72
- 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"
73
- name: Upload Log Files
74
if: always()
75
uses: actions/upload-artifact@v4
0 commit comments