Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rajimtri committed Dec 27, 2023
1 parent 482a769 commit 89cdc2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
jobs:
cypress-run:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node18.12.0-chrome106-ff106
options: --user 1001
#container:
# image: cypress/browsers:node18.12.0-chrome106-ff106
# options: --user 1001
#defaults:
# run:
# working-directory: tests
Expand All @@ -34,7 +34,7 @@ jobs:
#build : npm run build
#start : npm start
build: npx cypress info
command: npx cypress run --browser electron --headed
command: npx cypress run --browser chrome --headed
#browser: chrome
#start: npm start
#record: true
Expand Down

0 comments on commit 89cdc2c

Please sign in to comment.