Skip to content

Commit

Permalink
fix: cypress info in main workflow / ui-chrome-tests (#1406)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 11, 2023
1 parent 9a5061b commit e47aaa8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ jobs:
name: build
path: build

- name: Cypress info
run: npx cypress info

- name: Node info
run: node -v

Expand All @@ -101,6 +98,7 @@ jobs:
- name: "UI Tests - Chrome"
uses: cypress-io/github-action@v6
with:
build: yarn cypress info
start: yarn start:ci
wait-on: "http://localhost:3000"
wait-on-timeout: 120
Expand Down

0 comments on commit e47aaa8

Please sign in to comment.