Unverified Commit 2a23bdac authored by Alexey Avdeev's avatar Alexey Avdeev Committed by GitHub

Add GitHub Action test

* Create nodejs.yml

* chore: user npm ci, remove npm run build

* chore: remove .travis.yml

* chore: test on 13.x

* Revert "chore: test on 13.x"

This reverts commit 8cc418698b9bbaf175861ef910cb1022d619625e.

* Simplify config

* Rename workflow to test, as it… tests
Co-authored-by: 's avatarVadim Makeev <pepelsbey@gmail.com>
parent 3e7d8486
name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
language: node_js
node_js:
- "8"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment