Skip to content

Commit fe5675a

Browse files
committed
WIP: maybe fix e2e
1 parent a136d17 commit fe5675a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/devtools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: DevTools
22

33
on:
44
push:
5-
branches: [main]
5+
# branches: [main]
66
pull_request: # run on all PRs, not just PRs to a particular branch
77

88
env:

core/test/devtools-tests/run-e2e-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export LH_ROOT="$SCRIPT_DIR/../../.."
1515
cd "$DEVTOOLS_PATH"
1616

1717
TEST_PATTERN="${1:-test/e2e/lighthouse/*}"
18-
vpython3 third_party/node/node.py --output scripts/run_on_target.mjs gen/test/run.js "$TEST_PATTERN" --target=$BUILD_FOLDER
18+
npm run test -- "$TEST_PATTERN" --t $BUILD_FOLDER

0 commit comments

Comments
 (0)