Skip to content

Commit

Permalink
Restore JS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Nov 5, 2020
1 parent 5e3b3bc commit 20629ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -7,6 +7,21 @@ on:
- cron: '0 10 * * 5'

jobs:
tests_js:
runs-on: ubuntu-latest
name: JS
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Build
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build

tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 20629ad

Please sign in to comment.