Skip to content

Commit

Permalink
fix: main workflow syntax (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Feb 5, 2024
1 parent de178d7 commit 330c823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: "UI Tests - Chrome - Mobile"
uses: cypress-io/github-action@v6
with:
config: "'{"e2e":{"viewportWidth":375,"viewportHeight":667}}"
config: '{"e2e":{"viewportWidth":375,"viewportHeight":667}}'
start: yarn start:ci
wait-on: "http://localhost:3000"
wait-on-timeout: 120
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: "UI Tests - Firefox - Mobile"
uses: cypress-io/github-action@v6
with:
config: "'{"e2e":{"viewportWidth":375,"viewportHeight":667}}"
config: '{"e2e":{"viewportWidth":375,"viewportHeight":667}}'
start: yarn start:ci
wait-on: "http://localhost:3000"
wait-on-timeout: 120
Expand Down

0 comments on commit 330c823

Please sign in to comment.