Skip to content

Commit 1a3b90f

Browse files
committed
Attempt to build in test workflow
1 parent dad1cac commit 1a3b90f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
sudo apt-get -y update
2626
sudo apt-get -y install --fix-missing xvfb
2727
28+
- name: Build vscode extension
29+
run: |
30+
cd apps/vscode
31+
yarn install
32+
yarn run build
33+
2834
- name: Compile and run tests
2935
run: |
3036
yarn install --immutable --immutable-cache --check-cache

0 commit comments

Comments
 (0)