Skip to content

Commit

Permalink
chore: pin vscode from stable to latest working version
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 19, 2023
1 parent 4ad6482 commit 7cd4310
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,25 @@ jobs:
with:
run: yarn test:vscode
env:
VSCODE_VERSION: stable
# There is a testing issue in the latest vscode, instead of stable, we pin to the latest working version
# See: https://github.com/microsoft/vscode/issues/152938
VSCODE_VERSION: 1.78.1

vscode:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
vscode: [oldest, stable]
# There is a testing issue in the latest vscode, instead of stable, we pin to the latest working version
# See: https://github.com/microsoft/vscode/issues/152938
vscode: [oldest, 1.78.1]
# Instead of failing the whole workflow, we keep testing on stable to see when it's fixed
experimental: [false]
include:
- os: ubuntu
vscode: stable
experimental: true
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 7cd4310

Please sign in to comment.