From e40083a6be4abf1a3539b776d3a4053f484e0002 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Fri, 14 Jun 2019 07:18:13 +0200 Subject: [PATCH] chore: remove step frm GitHub actions --- .github/main.workflow | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 855e386a2..d3199e258 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -52,14 +52,8 @@ action "release:lint" { args = "yarn run lint" } -action "release:test" { - uses = "docker://node:10" - needs = ["release:build"] - args = "sh scripts/puppeteer-setup-ci.sh" -} - action "release:publish" { - needs = ["release:test"] + needs = ["release:build"] uses = "docker://node:10" args = "sh scripts/publish.sh" secrets = [