Merge pull request #730 from Craftzman7/CI

Setup NodeJS CI
This commit is contained in:
Akshay Nair
2021-05-01 00:23:52 +05:30
committed by GitHub
+7 -3
View File
@@ -9,11 +9,15 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Installing dependencies
- name: Setup node v15
uses: actions/setup-node@v1
with:
node-version: '15'
- name: Install dependencies
uses: borales/actions-yarn@v2.0.0
with:
cmd: install --ignore-engines
- name: Running tests
cmd: install --ignore-engines --frozen-lockfile
- name: Run tests
uses: borales/actions-yarn@v2.0.0
with:
cmd: test