From 4202743ae626ecdc95a28b9f90f29307a79781fb Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Thu, 19 Sep 2024 20:35:09 +0500 Subject: [PATCH] fix(resovled): cypress --- .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