We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e8d56 commit b91a776Copy full SHA for b91a776
1 file changed
.github/workflows/test.yml
@@ -21,12 +21,15 @@ on:
21
- '!dist/engine/core/**'
22
23
jobs:
24
- lint:
+ test:
25
26
runs-on: ubuntu-latest
27
28
steps:
29
- 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
33
- name: Install Dependencies
34
uses: Borales/actions-yarn@v2.0.0
35
with:
0 commit comments