Skip to content

Commit

Permalink
Remove testing for multiple platforms.
Browse files Browse the repository at this point in the history
We test the exact same thing on all platforms so there is no need to do
these extra CI jobs.
  • Loading branch information
rwjblue committed Mar 7, 2021
1 parent 2172bfb commit 0497199
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ on:
jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
runs-on: 'ubuntu-latest'

strategy:
matrix:
node: ['10', '12', '14', '15']
os: [ubuntu-latest, macOS-latest, windows-latest]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 0497199

Please sign in to comment.