keymanapp / keymanapp/keyman

chore(developer): enable vscode test on Linux 🗼

Open
#12,833 0 comments 0 reactions 0 assignees View on GitHub
chore developer/ epic-ldml-editor
Dominant language
Pascal
Stars
534
Forks
143
Avg merge
2d 10h
Merged PRs (30d)
113

Description

- in #12799 the vscode extension test was stubbed out of CI because the Linux builders don't have a X server all of the time

- linux/ibus-keyman/src/test/run-tests.sh solves this (thx @ermshiperete ) with

```
Xvfb -screen 0 1024x768x24 :33 &> /dev/null &
export DISPLAY=:33
```

We will want to bring this test back before merging #12759 to make sure we get a basic sanity check on the extension.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.