Skip to content
Snippets Groups Projects
Commit 176e42c2 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix gha cypress macos

parent 17272b42
No related branches found
No related tags found
No related merge requests found
......@@ -171,13 +171,18 @@ jobs:
- fsa
browser:
- chrome
- webkit
include:
- viewer: ng
url: https://atlases.ebrains.eu/viewer-staging/go/human
- viewer: fsa
url: https://atlases.ebrains.eu/viewer-staging/go/fsaverage
- os: macos-latest
exclude:
- os: ubuntu-latest
browser: webkit
# - os: windows-latest
# browser: webkit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
......@@ -209,7 +214,6 @@ jobs:
- name: Run Cypress
uses: cypress-io/github-action@v6
with:
install: false
spec: cypress/e2e/screenshot.cy.js
browser: ${{ matrix.browser }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment