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 84a1410 commit 32810c3Copy full SHA for 32810c3
.github/workflows/backstopjs.yml
@@ -18,15 +18,14 @@ jobs:
18
with:
19
node-version: 16.x
20
21
- - name: Install BackstopJS dependencies if testing locally
+ - name: Install Puppeteer dependencies if testing locally
22
if: ${{ env.ACT }}
23
run: |
24
sudo apt update
25
sudo apt install libnss3-dev libgdk-pixbuf2.0-dev libgtk-3-dev libxss-dev libasound2 -y
26
27
- - name: Install BackstopJS
28
- # express is already isntalled
29
- run: npm install backstopjs
+ - name: Install dependencies
+ run: npm install
30
31
- name: Run the tests
32
run: npm test
0 commit comments