Skip to content

Commit

Permalink
#23: Make sure browsers are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Palm committed Oct 20, 2023
1 parent 0cd78bb commit a490dc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- name: Install Node dependencies
run: pnpm install --frozen-lockfile

- name: Install Playwright browsers
run: pnpm exec playwright install --with-deps

- name: Install Drupal
run: vendor/bin/drush site:install oddprofile --db-url=mysql://root:[email protected]:3306/drupal

Expand Down

0 comments on commit a490dc2

Please sign in to comment.