mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-04-24 18:08:42 -05:00
headless
This commit is contained in:
@@ -3,9 +3,6 @@ on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: cypress/browsers:node12.16.1-chrome80-ff73
|
||||
options: --user 1001
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js 15.x
|
||||
@@ -32,4 +29,5 @@ jobs:
|
||||
- name: Cypress Tests
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
browser: firefox
|
||||
browser: chrome
|
||||
headless: true
|
||||
Reference in New Issue
Block a user