Improve test workflows

This commit is contained in:
Shivam Mathur 2020-01-14 11:37:16 +05:30
parent bd214a2dca
commit a2dd688679
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A
2 changed files with 0 additions and 4 deletions

View File

@ -30,8 +30,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup Node.js 12.x
uses: actions/setup-node@v1

View File

@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Setup Node.js 12.x
uses: actions/setup-node@v1