Browse Source

CI nightwatch

dev_h
Ophir LOJKINE 5 years ago
parent
commit
e2ebb3e6f5
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      .github/workflows/CI.yml

+ 1
- 0
.github/workflows/CI.yml View File

@@ -26,6 +26,7 @@ jobs:
26 26
     - run: |
27 27
         export DISPLAY=:99
28 28
         sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
29
+        cp .github/workflows/nightwatch.json .
29 30
     - name: Use Node.js ${{ matrix.node-version }}
30 31
       uses: actions/setup-node@v1
31 32
       with:

Loading…
Cancel
Save