Skip to content

Commit ca3b4fb

Browse files
committed
restore main branch values in qa-suite.yml file
1 parent e3eecfd commit ca3b4fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qa-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Swirl
3636
run: python swirl.py setup
3737
- name: Install the Latest Galaxy UI
38-
run: ./install-ui.sh -x
38+
run: ./install-ui.sh
3939
env:
4040
MSAL_CB_PORT: 8000
4141
MSAL_HOST: localhost
@@ -100,7 +100,7 @@ jobs:
100100
echo "========"
101101
cat .env.qa
102102
echo "========"
103-
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
103+
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
104104
- name: Upload Log Files
105105
if: always()
106106
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)