Skip to content

Commit 6db01d9

Browse files
committed
chore: set up playwright in ci action
1 parent 6b2e6c2 commit 6db01d9

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Install
2626
run: npm ci --no-audit --no-fund
2727

28+
- name: Install Playwright
29+
run: npx -y [email protected] install --with-deps chromium
30+
2831
- name: Build scripts
2932
run: npx gulp scripts
3033

build/test-paths-core.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

gulpfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ var merge = require('merge2');
1313
var argv = require('yargs').argv;
1414

1515
var license = require('./build/gulp/license');
16-
var requireDir = require('require-dir');
1716

1817
const exec = require('child_process').exec;
1918
const terser = require('gulp-terser');

0 commit comments

Comments
 (0)