File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,34 +75,26 @@ jobs:
7575 include :
7676 - runner : ubuntu-latest
7777 vsce-target : linux-x64
78- platform : linux
7978 arch : x64
8079 - runner : ubuntu-22.04
8180 vsce-target : linux-arm64
82- platform : linux
8381 arch : arm64
8482 - runner : macos-15
8583 vsce-target : darwin-x64
86- platform : darwin
8784 arch : x64
8885 - runner : macos-15
8986 vsce-target : darwin-arm64
90- platform : darwin
9187 arch : arm64
9288 - runner : windows-2022
9389 vsce-target : win32-x64
94- platform : win32
9590 arch : x64
9691 - runner : windows-latest
9792 vsce-target : win32-arm64
98- platform : win32
9993 arch : arm64
10094 defaults :
10195 run :
10296 shell : bash
10397 env :
104- npm_config_arch : ${{ matrix.arch }}
105- npm_config_platform : ${{ matrix.platform }}
10698 VSCE_TARGET : ${{ matrix.vsce-target }}
10799 steps :
108100 - name : Checkout
@@ -122,7 +114,9 @@ jobs:
122114 cache-dependency-path : pnpm-lock.yaml
123115
124116 - name : Install Dependencies
125- run : pnpm install
117+ run : |
118+ pnpm config set --location=project --json supportedArchitectures '{"cpu":["current","${{ matrix.arch }}"]}'
119+ pnpm install
126120
127121 - name : Build Packages
128122 run : pnpm run build
@@ -133,9 +127,9 @@ jobs:
133127 - name : Publish VS Code Extension
134128 env :
135129 VSCE_PAT : ${{ secrets.VSCE_PAT }}
136- run : pnpm --filter ./packages/vscode exec vsce publish --target ${{ matrix.vsce-target }}
130+ run : pnpm --filter ./packages/vscode exec vsce publish --target ${{ matrix.vsce-target }} --skip-duplicate
137131
138132 - name : Publish OVSX Extension
139133 env :
140134 OVSX_PAT : ${{ secrets.OVSX_PAT }}
141- run : pnpm --filter ./packages/vscode exec ovsx publish --target ${{ matrix.vsce-target }}
135+ run : pnpm --filter ./packages/vscode exec ovsx publish --target ${{ matrix.vsce-target }} --skip-duplicate
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/adapter-rsbuild" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Rstest adapter for rsbuild configuration" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/adapter-rslib" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Rstest adapter for rslib configuration" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/adapter-rspack" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Rstest adapter for rspack configuration" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/browser-react" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " React component testing support for Rstest browser mode" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/browser" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Browser mode support for Rstest testing framework." ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/core" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " The Rsbuild-based test tool." ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/coverage-istanbul" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Istanbul coverage provider for Rstest" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/coverage-v8" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " V8 coverage provider for Rstest" ,
55 "keywords" : [
66 " rstest" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rstest/playwright" ,
3- "version" : " 0.11.4 " ,
3+ "version" : " 0.11.5 " ,
44 "description" : " Playwright fixture integration for Rstest" ,
55 "keywords" : [
66 " rstest" ,
You can’t perform that action at this time.
0 commit comments