Skip to content

Commit

Permalink
Merge branch 'develop' into renovate/aws-amplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Feb 5, 2024
2 parents 8c4b177 + 7c82707 commit 63b4f24
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 101 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: yarn build:ci

- name: Save build folder
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build
if-no-files-found: error
Expand Down 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@auth0/auth0-react": "2.1.1",
"@aws-amplify/ui-react": "^5.0.4",
"@babel/core": "7.0.1",
"@babel/core": "7.23.9",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@graphql-tools/graphql-file-loader": "7.3.10",
Expand Down
Loading

0 comments on commit 63b4f24

Please sign in to comment.