Skip to content

Commit

Permalink
added puppeteer action
Browse files Browse the repository at this point in the history
  • Loading branch information
sr258 committed Dec 4, 2019
1 parent 1004ed6 commit ccbef4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: ["push", "pull_request"]
on: ["push"]

name: Coveralls coverage generator

Expand Down
9 changes: 7 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
node-version: [10.x, 12.x]
os: [ubuntu-latest, macos-latest]
node-version: [10.x]

steps:
- uses: actions/checkout@v1
- name: Puppeteer action
if: matrix.os == 'ubuntu-latest'
uses: ianwalter/puppeteer@v2.0.0
with:
args: npm
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit ccbef4f

Please sign in to comment.