Skip to content

Commit b91a776

Browse files
authored
Install cypress requirements
1 parent e1e8d56 commit b91a776

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@ on:
2121
- '!dist/engine/core/**'
2222

2323
jobs:
24-
lint:
24+
test:
2525

2626
runs-on: ubuntu-latest
2727

2828
steps:
2929
- uses: actions/checkout@v1
30+
- name: Install Cypress Requirements
31+
with:
32+
cmd: apt-get install libgtk2.0-0 libgtk-3-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
3033
- name: Install Dependencies
3134
uses: Borales/actions-yarn@v2.0.0
3235
with:

0 commit comments

Comments
 (0)