Skip to content

Commit

Permalink
Merge pull request #15 from bcomnes/windows
Browse files Browse the repository at this point in the history
Enable windows testing
  • Loading branch information
bcomnes committed Oct 3, 2020
2 parents bc0b678 + 0474939 commit c2f0a11
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,10 +8,15 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
node: [14, 12]

steps:
- name: Set git to use LF
if: ${{ matrix.os === 'windows-latest' }}
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2.3.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.1.2
Expand Down

0 comments on commit c2f0a11

Please sign in to comment.