Skip to content

Commit bd01073

Browse files
committed
WIP: Test only Linux arm64, enable PW logs to debug it
1 parent 0c1bac7 commit bd01073

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,9 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- platform: linux
12-
arch: x64
13-
os: "ubuntu-22.04"
1411
- platform: linux
1512
arch: arm64
1613
os: "ubuntu-24.04-arm"
17-
- platform: windows
18-
arch: x64
19-
os: "windows-2022"
20-
- platform: mac
21-
arch: x64
22-
os: "macos-15-intel"
23-
- platform: mac
24-
arch: arm64
25-
os: "macos-14"
2614
runs-on: ${{ matrix.os }}
2715
steps:
2816
- uses: actions/checkout@v4
@@ -91,6 +79,8 @@ jobs:
9179
npm test
9280
fi
9381
shell: bash
82+
env:
83+
DEBUG: pw:*
9484

9585
- uses: actions/upload-artifact@v4
9686
with:

0 commit comments

Comments
 (0)