Skip to content

Commit

Permalink
- Test cross platform build. Ref: #61
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 10, 2020
1 parent ab443ba commit d60ff02
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@ on:
push:
branches:
- master
- development

pull_request:
branches:
- master
- development

jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
strategy:
matrix:
node: ['14', '13', '12', '11', '10']
Expand Down

0 comments on commit d60ff02

Please sign in to comment.