Skip to content

Commit

Permalink
ci: remove unwanted headless option
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 19, 2022
1 parent d5e12b9 commit 936fd13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,3 @@ jobs:
wait-on: 'http://localhost:4200'
browser: chrome
quiet: true
headless: true
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export default defineConfig({
setupNodeEvents(on, config) { // eslint-disable-line @typescript-eslint/no-unused-vars
// implement node event listeners here
},
video: false,
},
});

0 comments on commit 936fd13

Please sign in to comment.