Skip to content

Commit

Permalink
ci: add Windows testing to CI (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Jan 20, 2022
1 parent 48b6dc9 commit fc3eda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* text=auto
* text eol=lf

# Required for TLDR010 (Only Unix-style line endings allowed)
specs/pages/failing/010.md binary
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 17.x]

name: Node ${{ matrix.node-version }} - ${{ matrix.os }}
Expand All @@ -19,7 +19,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id == github.event.pull_request.base.repo.id }}
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit fc3eda7

Please sign in to comment.