Skip to content

Commit b8829f7

Browse files
authored
refactor(ci): change e2e executors from medium+ to medium
1 parent 769e4e2 commit b8829f7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ executors:
9898
POSTGRES_USER: circleci
9999
POSTGRES_HOST_AUTH_METHOD: trust
100100
- image: redis:7.2.5-alpine
101-
resource_class: medium+
101+
resource_class: medium
102102
node-postgres-docker:
103103
parameters:
104104
node-version:

high-level-tests/e2e/cypress.config.cjs

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ module.exports = defineConfig({
6767
video: false,
6868
blockHosts: ["*stats.pix.fr*", "*analytics.pix.fr*"],
6969
trashAssetsBeforeRuns: true,
70-
// projectId: "3cjm89",
7170
numTestsKeptInMemory: 0,
7271
viewportWidth: 1500,
7372
retries: {

0 commit comments

Comments
 (0)