Skip to content

Commit dc2e5c1

Browse files
committed
Try to expand the vsix file
1 parent ecd7c66 commit dc2e5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: Run Tests
129129
uses: coactions/setup-xvfb@v1
130130
with:
131-
run: bb run-e2e-tests-vsix /tmp/*.vsix
131+
run: bb run-e2e-tests-vsix $(ls /tmp/*.vsix)
132132

133133
lint:
134134
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)