From 780ba270148e5b2b04cdf1929e469df626fd50bd Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Mon, 29 Apr 2019 08:36:10 +0200 Subject: [PATCH] Update main.workflow --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index b0cf80ecf..a2bd05552 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -1,4 +1,4 @@ -workflow "New workflow" { +workflow "Docker && Publish Pre-check" { resolves = [ "Docker build health check", "Test Publish Verdaccio", @@ -119,4 +119,4 @@ action "coverage" { uses = "docker://node:10" needs = ["test"] args = "yarn run coverage:publish" -} \ No newline at end of file +}