Skip to content

Commit b380ee7

Browse files
committed
chore: debug test/electron
1 parent 66aac2b commit b380ee7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
os: [rspack-ubuntu-22.04-large, windows-latest]
89+
os: [rspack-windows-2022-large, windows-latest]
9090
go-version: ['1.25.0']
9191
steps:
9292
- name: Checkout code
@@ -120,6 +120,17 @@ jobs:
120120
sudo apt update
121121
sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
122122
123+
- name: Setup MSYS2
124+
if: runner.os == 'Windows'
125+
uses: msys2/setup-msys2@v2
126+
id: setup-msys2
127+
128+
- name: Setup tmate session
129+
if: runner.os == 'Windows'
130+
uses: mxschmitt/action-tmate@v3
131+
with:
132+
msys2-location: ${{ steps.setup-msys2.outputs.msys2-location }}
133+
123134
- name: VSCode Test Cache
124135
uses: lynx-infra/cache@5c6160a6a4c7fca80a2f3057bb9dfc9513fcb732
125136
with:

0 commit comments

Comments
 (0)