mirror of
https://github.com/maputnik/editor.git
synced 2025-12-26 08:00:01 +00:00
Added new CI workflow using GitHub actions.
Also - Fixed screenshot tests - Fixed code coverage - Removed appveyor - Removed circleci - Updated wdio related dependencies - Added docker image deploy to the GitHub registry
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
var config = {};
|
||||
var testNetwork = process.env.TEST_NETWORK || "localhost";
|
||||
|
||||
config.port = 9001;
|
||||
config.baseUrl = "http://localhost:"+config.port;
|
||||
config.baseUrl = "http://"+testNetwork+":"+config.port;
|
||||
|
||||
module.exports = config;
|
||||
|
||||
Reference in New Issue
Block a user