From b039d0027ac0d799e95b1bfb334ba979ba85a906 Mon Sep 17 00:00:00 2001 From: Erik Spears Date: Wed, 13 Nov 2024 11:19:53 -0500 Subject: [PATCH] set the QA Suite workflow back to using Latest UI --- .github/workflows/qa-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-suite.yml b/.github/workflows/qa-suite.yml index 2953cefd..a49e0c15 100644 --- a/.github/workflows/qa-suite.yml +++ b/.github/workflows/qa-suite.yml @@ -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