mirror of
https://github.com/jashkenas/backbone.git
synced 2026-01-10 07:27:59 -05:00
Cancel PhantomJS
This is a temporary workaround until #4294 has been fully adressed.
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
||||
run: |
|
||||
npm ci
|
||||
npm install --no-audit karma-cli karma-sauce-launcher
|
||||
- name: Test
|
||||
run: npm test
|
||||
- name: Test in Sauce Labs
|
||||
run: BUILD_NUMBER="$GITHUB_RUN_NUMBER" BUILD_ID="$GITHUB_RUN_ID" JOB_NUMBER="$GITHUB_JOB" ./node_modules/.bin/karma start karma.conf-sauce.js
|
||||
env:
|
||||
|
||||
@@ -38,7 +38,7 @@ module.exports = function(config) {
|
||||
|
||||
// start these browsers
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
browsers: ['PhantomJS'],
|
||||
browsers: [],
|
||||
|
||||
// Continuous Integration mode
|
||||
// if true, Karma captures browsers, runs the tests and exits
|
||||
|
||||
1269
package-lock.json
generated
1269
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -22,9 +22,7 @@
|
||||
"eslint": "^8.7.0",
|
||||
"eslint-plugin-import": "^2.28.1",
|
||||
"karma": "^6.3.11",
|
||||
"karma-phantomjs-launcher": "^1.0.0",
|
||||
"karma-qunit": "^4.1.2",
|
||||
"phantomjs-prebuilt": "^2.1.7",
|
||||
"qunit": "^2.17.2",
|
||||
"replace-in-file": "^7.0.1",
|
||||
"rollup": "^3.28.1",
|
||||
|
||||
Reference in New Issue
Block a user