Skip to content

Commit

Permalink
chore: single cuotes to install extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Sep 26, 2023
1 parent aa7794a commit 98304df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runE2ETest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
mkdir ./extensions
gh release download -D ./extensions -p '*.vsix'
find ./extensions -type f -name "*.vsix" -exec code --install-extension {} \;
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 98304df

Please sign in to comment.