Skip to content

Commit

Permalink
Merge pull request #173 from elm-tooling/run-tests-on-all-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Apr 25, 2020
2 parents f715665 + ddc3c28 commit 3b295b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
name: Node CI
name: Lint and test

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [10, 12]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Lint and test with ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# elm-language-server

[![Build Status](https://github.com/elm-tooling/elm-language-server/workflows/Node%20CI/badge.svg)](https://github.com/elm-tooling/elm-language-server/actions)
[![Build Status](https://github.com/elm-tooling/elm-language-server/workflows/Lint%20and%20test/badge.svg)](https://github.com/elm-tooling/elm-language-server/actions)

This is the language server implementation for the Elm programming language.

Expand Down

0 comments on commit 3b295b0

Please sign in to comment.