Skip to content

Commit

Permalink
ci: disable saucelabs for now, too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 16, 2024
1 parent d707884 commit 3b5845f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
browsers: 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
uses: ./.github/workflows/npm-script.yml
secrets: inherit
with:
browsers: 'firefox@latest,chrome@latest,MicrosoftEdge@latest,safari@latest'
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
# uses: ./.github/workflows/npm-script.yml
# secrets: inherit
# with:
# browsers: 'firefox@latest,chrome@latest,MicrosoftEdge@latest,safari@latest'
# npm-script: test:browser

0 comments on commit 3b5845f

Please sign in to comment.