Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
chore: install playwright browsers in gatsby gh action
Browse files Browse the repository at this point in the history
/spent 3m
  • Loading branch information
nico-i committed Feb 3, 2024
1 parent 9db294c commit 12327a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
${{ runner.os }}-gatsby-build-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Install Playwright Browsers
run: |
yarn playwright install
- name: Build with Gatsby
env:
PREFIX_PATHS: "true"
Expand Down

0 comments on commit 12327a9

Please sign in to comment.