Skip to content

Commit 25d9061

Browse files
authored
Fixes X display in GitHub Actions
1 parent 129b838 commit 25d9061

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/main.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- run: yarn install
16-
- run: yarn test:grammar
17-
- run: yarn test
18-
19-
15+
- name: Installing Extension
16+
run: yarn install
17+
- name: Test Syntax Highlighting
18+
run: yarn test:grammar
19+
- name: Test Unittests
20+
uses: GabrielBB/xvfb-action@v1
21+
with:
22+
run: yarn test

0 commit comments

Comments
 (0)