Skip to content

Commit

Permalink
Merge pull request #1369 from swirlai/ds-2191
Browse files Browse the repository at this point in the history
update UI version in testing workflows on main
  • Loading branch information
erikspears committed May 28, 2024
2 parents 9cbcf15 + 7c2c2c7 commit e23db11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Swirl
run: python swirl.py setup
- name: Install the Latest Galaxy UI
run: ./install-ui.sh -p
run: ./install-ui.sh
env:
MSAL_CB_PORT: 8000
MSAL_HOST: localhost
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Swirl
run: python swirl.py setup
- name: Install the Latest Galaxy UI
run: ./install-ui.sh -p
run: ./install-ui.sh
env:
MSAL_CB_PORT: 8000
MSAL_HOST: localhost
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: ./install.sh
- name: Setup Swirl
run: python swirl.py setup
- name: Install the Galaxy UI
- name: Install the Latest Galaxy UI
run: ./install-ui.sh
env:
MSAL_CB_PORT: 8000
Expand Down

0 comments on commit e23db11

Please sign in to comment.