Skip to content

Commit

Permalink
chore: add env vscodeversion
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Sep 26, 2023
1 parent 9245d62 commit 5ede26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
id: getVSCodePath
run: |
echo "vscodePath="$(which code)"" >> $GITHUB_OUTPUT
env:
VSCODE_VERSION: ${{ matrix.vscodeVersion }}
- name: Add VSCode to PATH
run: |
export PATH=${{ steps.getVSCodePath.outputs.vscodePath }}:$PATH
Expand Down

0 comments on commit 5ede26d

Please sign in to comment.