chore: Revert "notes: Adding Github CI to testing documentation (#21996)" (#22123)

This reverts commit 385388dd6b.
This commit is contained in:
Erick Zhao 2020-02-10 14:07:58 -08:00 коммит произвёл GitHub
Родитель 17abeca8b7
Коммит 6fe7d65c9d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# Testing on Headless CI Systems (Travis CI, Github Actions, Jenkins) # Testing on Headless CI Systems (Travis CI, Jenkins)
Being based on Chromium, Electron requires a display driver to function. Being based on Chromium, Electron requires a display driver to function.
If Chromium can't find a display driver, Electron will fail to launch - If Chromium can't find a display driver, Electron will fail to launch -
@ -45,10 +45,6 @@ install:
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & - Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
``` ```
### Github Actions
For Github Actions, a [Xvfb action is available](https://github.com/marketplace/actions/gabrielbb-xvfb-action).
### Jenkins ### Jenkins
For Jenkins, a [Xvfb plugin is available](https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin). For Jenkins, a [Xvfb plugin is available](https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin).