Skip to content

Commit

Permalink
fixup: migrate mac OS tests also
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 31, 2021
1 parent 319d0ca commit 9a79323
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 41 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node-4+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
latest:
needs: [matrix]
name: 'latest majors'
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
eslint:
- 7
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
tests:
needs: [matrix]
name: 'packages'
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ${{ fromJson(needs.matrix.outputs.latest) }}
package:
- resolvers/node
Expand Down
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

0 comments on commit 9a79323

Please sign in to comment.