mirror of
https://github.com/jlengrand/elm-plural-rules.git
synced 2026-03-10 08:11:24 +00:00
Add tests using GitHub Actions (#3)
This commit is contained in:
committed by
GitHub
parent
56853d9656
commit
80eb0d6597
21
.github/workflows/elm-test.yml
vendored
Normal file
21
.github/workflows/elm-test.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user