Skip to content

Commit 52796e7

Browse files
author
Calvinn Ng
committed
correct build main.yaml typo
1 parent a2ced4c commit 52796e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
npm install -f esbuild
125125
126126
# 4. Run tests for the extension
127-
# - name: Install Xvfb for Linux and run tests
127+
- name: Install Xvfb for Linux and run tests
128128
run: |
129129
sudo apt-get install -y xvfb # Install Xvfb
130130
Xvfb :99 & # Start Xvfb

0 commit comments

Comments
 (0)