Skip to content

Commit

Permalink
build(window): try to run the tests workflow on a windows machine
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Jun 18, 2022
1 parent 34e3fde commit 9015313
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ on:

jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [lts/gallium, lts/fermium]

os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 9015313

Please sign in to comment.