Skip to content

Commit

Permalink
Merge 64174dd into d01cbcc
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Mar 16, 2022
2 parents d01cbcc + 64174dd commit 7d957e6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/tests.yml
@@ -0,0 +1,21 @@
name: Node.js CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- run: npm run compile
- run: npm test
- name: coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}

0 comments on commit 7d957e6

Please sign in to comment.