Skip to content
Snippets Groups Projects
Unverified Commit 305f5f7c authored by Alexander Harkness's avatar Alexander Harkness
Browse files

Use fewer heads to improve CI performance

parent 671724ad
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
"test-changed": "jest --only-changed --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy", "test-changed": "jest --only-changed --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy",
"test-coverage": "jest --coverage --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy", "test-coverage": "jest --coverage --testPathIgnorePatterns src/liowebrtc src/rtcpeerconnection src/signalbuddy",
"test-e2e": "cd __e2e_tests__ ; ./run", "test-e2e": "cd __e2e_tests__ ; ./run",
"test-e2e:chromium": "cd __e2e_tests__ ; ./run chromium", "test-e2e:chromium": "cd __e2e_tests__ ; ./run chromium:headless",
"lint": "jshint .", "lint": "jshint .",
"validate": "npm ls" "validate": "npm ls"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment