Skip to content

Commit 6b5c6b0

Browse files
committed
temporary change to workflow targets
1 parent 611dba8 commit 6b5c6b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/qa-suite.yml

+2-2
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
38+
run: ./install-ui.sh -p
3939
env:
4040
MSAL_CB_PORT: 8000
4141
MSAL_HOST: localhost
@@ -56,7 +56,7 @@ jobs:
5656
echo "========"
5757
cat .env.qa
5858
echo "========"
59-
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-master sh -c "behave --tags=qa_suite,community"
59+
docker run --net=host --env-file .env.qa -t swirlai/swirl-search-qa:automated-tests-develop sh -c "behave --tags=qa_suite,community"
6060
- name: Upload Log Files
6161
if: always()
6262
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)