We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a136d17 commit fe5675aCopy full SHA for fe5675a
.github/workflows/devtools.yml
@@ -2,7 +2,7 @@ name: DevTools
2
3
on:
4
push:
5
- branches: [main]
+ # branches: [main]
6
pull_request: # run on all PRs, not just PRs to a particular branch
7
8
env:
core/test/devtools-tests/run-e2e-tests.sh
@@ -15,4 +15,4 @@ export LH_ROOT="$SCRIPT_DIR/../../.."
15
cd "$DEVTOOLS_PATH"
16
17
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
+npm run test -- "$TEST_PATTERN" --t $BUILD_FOLDER
0 commit comments