Add user 1001

This commit is contained in:
Sidharth Vinod
2022-05-27 14:23:35 +05:30
parent f7d256f285
commit 9ec3309039
+3 -1
View File
@@ -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