Skip to content

Commit

Permalink
chore: only download vsixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Sep 26, 2023
1 parent b09be6b commit 13d7902
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,10 @@ jobs:
cache-dependency-path: |
salesforcedx-vscode/package-lock.json
salesforcedx-vscode-automation-tests/package-lock.json
- name: Add VSCode to PATH
run: |
export PATH=/usr/local/bin/:$PATH
- name: Download and Install extension vsixes
- name: Download extension vsixes
run: |
mkdir ./extensions
gh release download -D ./extensions -p '*.vsix'
find ./extensions -type f -name '*.vsix' -exec code --install-extension {} \;
- name: Display downloaded vsix files
run: ls -R ./extensions
- name: Setup java
Expand Down

0 comments on commit 13d7902

Please sign in to comment.