Skip to content

Commit

Permalink
puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 26, 2023
1 parent dd04d31 commit 219be22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: List Installed Dependencies
run: composer show -D

- name: Install Puppeteer
run: npm install puppeteer

- name: Execute tests
run: |
npm install
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"dependencies": {
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"puppeteer": "^5.5.0"
"pngjs": "^7.0.0"
}
}

0 comments on commit 219be22

Please sign in to comment.