Skip to content

Commit

Permalink
Run tests on all platforms via github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 16, 2019
1 parent cf4bb25 commit 2d092d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest

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

steps:
Expand Down

0 comments on commit 2d092d1

Please sign in to comment.