Skip to content

Commit

Permalink
Test windows x86 in the test job
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Apr 28, 2021
1 parent 52ae1f2 commit 19e0e6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
matrix:
node: [10, 12]
os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest]
node_arch:
- x64
include:
- os: windows-latest
node: 14
node_arch: x86
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
Expand All @@ -63,6 +69,7 @@ jobs:
uses: actions/setup-node@master
with:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.node_arch }}

- run: yarn

Expand Down

0 comments on commit 19e0e6d

Please sign in to comment.