From 627de595084d2b6b6f8458a0b3324850857843d8 Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Tue, 17 Sep 2024 14:58:11 +0500 Subject: [PATCH] fix(cypress): memory issue --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 03c0720c87..0bfbddf6e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,6 +85,7 @@ jobs: wait-on-timeout: 120 # Waits for 2 minutes # Records to Cypress Dashboard record: true + args: --disable-dev-shm-usage env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} # created by the GH Action automatically