Skip to content

Commit

Permalink
Comment out saucelabs again
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Aug 1, 2024
1 parent e777cb4 commit 4e60805
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,23 +78,23 @@ jobs:
browser: ChromeHeadless
npm-script: test-browser

test-browser-saucelabs:
# Don't run forked 'pull_request' without saucelabs token
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
needs:
- lint
- smoke
- test-browser-local
strategy:
fail-fast: false
matrix:
browser:
- firefox@latest
- chrome@latest
- MicrosoftEdge@latest
- safari@latest
uses: ./.github/workflows/npm-script.yml
secrets: inherit
with:
browser: ${{ matrix.browser }}
npm-script: test-browser
# test-browser-saucelabs:
# # Don't run forked 'pull_request' without saucelabs token
# if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
# needs:
# - lint
# - smoke
# - test-browser-local
# strategy:
# fail-fast: false
# matrix:
# browser:
# - firefox@latest
# - chrome@latest
# - MicrosoftEdge@latest
# - safari@latest
# uses: ./.github/workflows/npm-script.yml
# secrets: inherit
# with:
# browser: ${{ matrix.browser }}
# npm-script: test-browser

0 comments on commit 4e60805

Please sign in to comment.