Add playwright to dependency installation steps. (#1852)

This commit is contained in:
Nicholas Tollervey
2023-11-08 13:31:12 +00:00
committed by GitHub
parent 0955a6be49
commit ab15ac37ff
3 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ jobs:
${{ runner.os }}- ${{ runner.os }}-
- name: NPM Install - name: NPM Install
run: npm install run: npm install && npx playwright install
- name: Build - name: Build
run: npm run build run: npm run build

View File

@@ -37,7 +37,7 @@ jobs:
${{ runner.os }}- ${{ runner.os }}-
- name: npm install - name: npm install
run: npm install run: npm install && npx playwright install
- name: build - name: build
run: npm run build run: npm run build

View File

@@ -42,7 +42,7 @@ jobs:
${{ runner.os }}- ${{ runner.os }}-
- name: NPM Install - name: NPM Install
run: npm install run: npm install && npx playwright install
- name: Build - name: Build
run: npm run build run: npm run build