Skip to content

Commit

Permalink
Merge pull request #320 from tildeio/remove-multi-platform-tests
Browse files Browse the repository at this point in the history
Remove testing for multiple platforms.
  • Loading branch information
rwjblue authored Mar 7, 2021
2 parents 2172bfb + 0497199 commit 10d0760
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 10d0760

Please sign in to comment.