Add tests using GitHub Actions (#3)

This commit is contained in:
julien Lengrand-Lambert
2020-04-29 22:00:03 +02:00
committed by GitHub
parent 56853d9656
commit 80eb0d6597

21
.github/workflows/elm-test.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Elm tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 11.6.0
uses: actions/setup-node@v1
with:
node-version: 11.6.0
- name: Install dependencies
run: npm install -g elm elm-test
- name: Run tests
run: elm-test