👷 Workflow to publish dev and feature branches (#457)
The workflow to publish docker images for main branch and for branches with name starting with "feature-"
This commit is contained in:
@@ -20,7 +20,7 @@ if (process.env.CI || localDevTests.length === 0) {
|
||||
if (localDevTests) {
|
||||
console.log("Only this tests will be run:", localDevTests);
|
||||
} else {
|
||||
console.log("Will run all the tests");
|
||||
console.log("Will run all the tests.");
|
||||
}
|
||||
|
||||
function exec(command, args, debug = false) {
|
||||
|
||||
Reference in New Issue
Block a user