Skip to content

Commit a881820

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ 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 run build
32+
2833
- name: Compile and run tests
2934
run: |
3035
yarn install --immutable --immutable-cache --check-cache

0 commit comments

Comments
 (0)