From 2f8ab43af3861a62ef762ca25887cb9282c5967b Mon Sep 17 00:00:00 2001 From: Peter Ling Date: Fri, 6 Oct 2023 12:27:34 +0100 Subject: [PATCH] VUU-52: WIP omit Edge --- .github/workflows/test-ui.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index 126f8ddd2..8acd6a8dc 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -49,15 +49,15 @@ jobs: build: npm run build start: npm run showcase wait-on: "http://localhost:5173" - - name: Run end-to-end tests in Edge - uses: cypress-io/github-action@v6 - with: - install: false - working-directory: ./vuu-ui - browser: edge - build: npm run build - start: npm run showcase - wait-on: "http://localhost:5173" +# - name: Run end-to-end tests in Edge +# uses: cypress-io/github-action@v6 +# with: +# install: false +# working-directory: ./vuu-ui +# browser: edge +# build: npm run build +# start: npm run showcase +# wait-on: "http://localhost:5173" # ensure the vuu example and showcase still build vuu-and-showcase-build: