Skip to content

Commit

Permalink
fix: πŸ› deprecate e2e on windowds (#10383)
Browse files Browse the repository at this point in the history
Co-authored-by: pshu <[email protected]>
  • Loading branch information
stormslowly and stormslowly authored Feb 2, 2023
1 parent 9a84464 commit 1e3045d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
CYPRESS_RECORD_KEY: ${{secrets.CYPRESS_KEY}}

- name: e2e:example:max:dev
if: runner.os != 'Windows'
uses: cypress-io/github-action@v4
with:
browser: chrome
Expand Down

0 comments on commit 1e3045d

Please sign in to comment.