GitHub Actions fix - Cypress deps

This commit is contained in:
Milos Stojanovic
2020-01-28 10:29:41 +01:00
parent a71acb8588
commit 1e42c1308c

View File

@@ -20,6 +20,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Cypress dependencies
run: apt-get install -y libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
- name: npm install, build, and test
run: |
npm install