Skip to content

Commit

Permalink
Fixing image format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Walter committed Jul 10, 2020
1 parent 0b93012 commit ab22ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Install
uses: docker://ianwalter/puppeteer@3.0.2-14.5
uses: docker://ianwalter/puppeteer:3.0.2-14.5
with:
args: yarn
- name: Lint
uses: docker://ianwalter/puppeteer@3.0.2-14.5
uses: docker://ianwalter/puppeteer:3.0.2-14.5
with:
args: yarn lint
- name: Test
uses: docker://ianwalter/puppeteer@3.0.2-14.5
uses: docker://ianwalter/puppeteer:3.0.2-14.5
with:
args: yarn test

0 comments on commit ab22ab7

Please sign in to comment.