We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611dba8 commit 6b5c6b0Copy full SHA for 6b5c6b0
.github/workflows/qa-suite.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Swirl
36
run: python swirl.py setup
37
- name: Install the Latest Galaxy UI
38
- run: ./install-ui.sh
+ run: ./install-ui.sh -p
39
env:
40
MSAL_CB_PORT: 8000
41
MSAL_HOST: localhost
@@ -56,7 +56,7 @@ jobs:
56
echo "========"
57
cat .env.qa
58
59
- 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"
60
- name: Upload Log Files
61
if: always()
62
uses: actions/upload-artifact@v4
0 commit comments