removes redundant test from publish action

This commit is contained in:
Akshay Nair
2020-10-06 23:01:22 +05:30
parent c95eff3613
commit 8c2e741fe8
-4
View File
@@ -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: