Skip to content

Commit 19e0e6d

Browse files
committed
Test windows x86 in the test job
1 parent 52ae1f2 commit 19e0e6d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
matrix:
5656
node: [10, 12]
5757
os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest]
58+
node_arch:
59+
- x64
60+
include:
61+
- os: windows-latest
62+
node: 14
63+
node_arch: x86
5864
runs-on: ${{ matrix.os }}
5965
steps:
6066
- uses: actions/checkout@master
@@ -63,6 +69,7 @@ jobs:
6369
uses: actions/setup-node@master
6470
with:
6571
node-version: ${{ matrix.node }}
72+
architecture: ${{ matrix.node_arch }}
6673

6774
- run: yarn
6875

0 commit comments

Comments
 (0)