Skip to content

Commit

Permalink
VUU-52: WIP omit Edge
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Oct 6, 2023
1 parent 385e583 commit 2f8ab43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f8ab43

Please sign in to comment.