From 9ec3309039370033a8e9a2bd420f0434193cdc30 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Fri, 27 May 2022 14:23:35 +0530 Subject: [PATCH] Add user 1001 --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 389c9c5c..36cbd1f5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -10,7 +10,9 @@ jobs: cypress-run: runs-on: ubuntu-latest # Update from https://hub.docker.com/r/cypress/browsers/tags - container: cypress/browsers:node16.14.0-chrome99-ff97 + container: + image: cypress/browsers:node16.14.0-chrome99-ff97 + options: --user 1001 steps: - name: Checkout