Skip to content

Commit

Permalink
Update and rename nodejs.yml to tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim committed Aug 11, 2019
1 parent 359251a commit 58c26c8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tests.yml
@@ -0,0 +1,16 @@
name: Tests

on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
version: 10.x
- name: Test
run: |
yarn install
yarn test

0 comments on commit 58c26c8

Please sign in to comment.