We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1bac7 commit bd01073Copy full SHA for bd01073
.github/workflows/ci.yml
@@ -8,21 +8,9 @@ jobs:
8
strategy:
9
matrix:
10
include:
11
- - platform: linux
12
- arch: x64
13
- os: "ubuntu-22.04"
14
- platform: linux
15
arch: arm64
16
os: "ubuntu-24.04-arm"
17
- - platform: windows
18
19
- os: "windows-2022"
20
- - platform: mac
21
22
- os: "macos-15-intel"
23
24
- arch: arm64
25
- os: "macos-14"
26
runs-on: ${{ matrix.os }}
27
steps:
28
- uses: actions/checkout@v4
@@ -91,6 +79,8 @@ jobs:
91
79
npm test
92
80
fi
93
81
shell: bash
82
+ env:
83
+ DEBUG: pw:*
94
84
95
85
- uses: actions/upload-artifact@v4
96
86
with:
0 commit comments