Skip to content

Commit

Permalink
Update main.yml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
argyleink committed Aug 1, 2023
1 parent c11e7df commit aa82e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
- name: Checkout
uses: actions/checkout@master
- name: Install
uses: ianwalter/puppeteer@v2.0.0
uses: ianwalter/playwright-container@v3.0.0
- name: Install NPM Deps
uses: ianwalter/puppeteer@v2.0.0
uses: ianwalter/playwright-container@v3.0.0
with:
args: npm i
- name: Test
uses: ianwalter/puppeteer@v2.0.0
uses: ianwalter/playwright-container@v3.0.0
with:
args: npm test

0 comments on commit aa82e83

Please sign in to comment.