Fixed display and failing pipeline

This commit is contained in:
Dunemask 2022-08-10 11:00:22 +00:00
parent b7f953e93d
commit 90d9bc3fcc
8 changed files with 119 additions and 33 deletions

View file

@ -31,6 +31,7 @@ const liveIndicator = () => {
};
const runTests = () => {
console.log(pipeline);
switch (test) {
case "primary":
return primary();