We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eecfd commit ca3b4fbCopy full SHA for ca3b4fb
.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 -x
+ run: ./install-ui.sh
39
env:
40
MSAL_CB_PORT: 8000
41
MSAL_HOST: localhost
@@ -100,7 +100,7 @@ jobs:
100
echo "========"
101
cat .env.qa
102
103
- docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
+ docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
104
- name: Upload Log Files
105
if: always()
106
uses: actions/upload-artifact@v4
0 commit comments