Skip to content

Commit beb9b02

Browse files
authored
Fix smoke tests
1 parent 267b130 commit beb9b02

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,12 @@ jobs:
377377
matrix:
378378
# We're not running CI on macOS for now because it's one less matrix entry to lower the number of runners used,
379379
# macOS runners are expensive, and we assume that Ubuntu is enough to cover the UNIX case.
380-
os: [ubuntu-latest, windows-latest]
380+
include:
381+
- os: windows-latest
382+
vsix-target: win32-x64
383+
- os: ubuntu-latest
384+
vsix-target: linux-x64
385+
381386
steps:
382387
- name: Checkout
383388
uses: actions/checkout@v4
@@ -386,4 +391,4 @@ jobs:
386391
uses: ./.github/actions/smoke-tests
387392
with:
388393
node_version: ${{ env.NODE_VERSION }}
389-
artifact_name: ${{ needs.setup.outputs.vsix_artifact_name }}
394+
artifact_name: ${{ needs.setup.outputs.vsix_artifact_name }}-${{ matrix.vsix-target }}

0 commit comments

Comments
 (0)