Skip to content

Commit dc8100c

Browse files
committed
tests config 2
1 parent 28ba043 commit dc8100c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/develop-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Eslint check
2828
run: yarn run lint
2929
- name: Cypress run
30-
uses: cypress-io/github-action@v4
30+
uses: cypress-io/github-action@v5
3131
with:
3232
build: yarn run build
3333
start: yarn run dev

.github/workflows/develop-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Eslint check
2828
run: yarn run lint
2929
- name: Cypress run
30-
uses: cypress-io/github-action@v4
30+
uses: cypress-io/github-action@v5
3131
with:
3232
build: yarn run build
3333
start: yarn run dev

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
projectId: 'a8nh14',
66
video: false,
77
e2e: {
8-
experimentalMemoryManagement: true,
8+
// experimentalMemoryManagement: true,
99
numTestsKeptInMemory: 1,
1010
baseUrl: 'http://localhost:3000',
1111
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)