From 8c2e741fe8d0b13e08139ca69dc0ba84d557ba1e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 6 Oct 2020 23:01:22 +0530 Subject: [PATCH] removes redundant test from publish action --- .github/workflows/publish-records.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/publish-records.yml b/.github/workflows/publish-records.yml index 93a881cd7..94ef49cc5 100644 --- a/.github/workflows/publish-records.yml +++ b/.github/workflows/publish-records.yml @@ -17,10 +17,6 @@ jobs: - uses: borales/actions-yarn@v2.0.0 with: cmd: install - - name: Running tests - uses: borales/actions-yarn@v2.0.0 - with: - cmd: test - name: Publishing records uses: borales/actions-yarn@v2.0.0 with: