Browse Source

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

This reverts commit 385388dd6b9952029a5af2f7a4a371a3a7b9ff4d.
Erick Zhao 5 years ago
parent
commit
6fe7d65c9d
1 changed files with 1 additions and 5 deletions
  1. 1 5
      docs/tutorial/testing-on-headless-ci.md

+ 1 - 5
docs/tutorial/testing-on-headless-ci.md

@@ -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.
 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 &
 ```
 
-### Github Actions
-
-For Github Actions, a [Xvfb action is available](https://github.com/marketplace/actions/gabrielbb-xvfb-action).
-
 ### Jenkins
 
 For Jenkins, a [Xvfb plugin is available](https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin).