Skip to content

Commit

Permalink
Use Playwright action to get caching
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Jan 31, 2024
1 parent 9c8fa44 commit 8744a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: textbook/take-action@nodejs
with:
node-version: 20
- run: npx playwright install --with-deps
- uses: textbook/take-action@playwright
- run: npm run lint
- run: npm run test:cover
env:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: textbook/take-action@nodejs
with:
node-version: 20
- run: npx playwright install --with-deps
- uses: textbook/take-action@playwright
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 8744a6e

Please sign in to comment.