Skip to content

Commit e23db11

Browse files
authored
Merge pull request #1369 from swirlai/ds-2191
update UI version in testing workflows on main
2 parents 9cbcf15 + 7c2c2c7 commit e23db11

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/qa-suite.yml

Lines changed: 1 addition & 1 deletion
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 -p
38+
run: ./install-ui.sh
3939
env:
4040
MSAL_CB_PORT: 8000
4141
MSAL_HOST: localhost

.github/workflows/test-build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup Swirl
6161
run: python swirl.py setup
6262
- name: Install the Latest Galaxy UI
63-
run: ./install-ui.sh -p
63+
run: ./install-ui.sh
6464
env:
6565
MSAL_CB_PORT: 8000
6666
MSAL_HOST: localhost

.github/workflows/testing-wip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: ./install.sh
4444
- name: Setup Swirl
4545
run: python swirl.py setup
46-
- name: Install the Galaxy UI
46+
- name: Install the Latest Galaxy UI
4747
run: ./install-ui.sh
4848
env:
4949
MSAL_CB_PORT: 8000

0 commit comments

Comments
 (0)