Skip to content

Commit

Permalink
Merge pull request #3669 from novuhq/fix-ci-debug-cypress
Browse files Browse the repository at this point in the history
fix(ci): debugging cypress
  • Loading branch information
Pablo Fernández committed Jun 27, 2023
2 parents 2f35718 + e1a1fa7 commit 42fe80c
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 51 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ jobs:
run: pnpm cypress install

- uses: browser-actions/setup-chrome@latest
with:
chrome-version: "stable"
- run: |
echo "BROWSER_PATH=$(which chrome)" >> $GITHUB_ENV
Expand Down
3 changes: 1 addition & 2 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"@sentry/hub": "^7.40.0",
"@sentry/node": "^7.40.0",
"@sentry/tracing": "^7.40.0",
"@types/handlebars": "^4.1.0",
"@types/newrelic": "^9.13.0",
"agenda": "^4.2.1",
"axios": "^1.3.3",
Expand Down Expand Up @@ -110,7 +109,7 @@
"sinon": "^9.2.4",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "3.14.2",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion apps/inbound-mail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion apps/webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"supertest": "^5.0.0",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "3.14.2",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion apps/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"ts-jest": "^27.0.7",
"ts-loader": "~9.4.0",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"workspaces": {
Expand Down
4 changes: 1 addition & 3 deletions libs/dal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,19 @@
"rimraf": "^3.0.2",
"superagent-defaults": "^0.1.14",
"supertest": "^5.0.0",
"twilio": "^3.62.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/async": "^3.2.1",
"@types/bluebird": "^3.5.30",
"@types/bull": "^3.12.2",
"@types/node": "^14.6.0",
"@types/twilio": "^3.19.3",
"@typescript-eslint/parser": "^4.14.2",
"apollo-boost": "0.4.9",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.3",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion libs/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.3",
"ts-node": "~10.9.1",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths": "~4.1.0",
"typescript": "4.9.5"
},
"lint-staged": {
Expand Down

1 comment on commit 42fe80c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.