Skip to content

Commit 8f28afe

Browse files
authored
DO NOT MERGE: disable test and lint for faster playwright builds
1 parent 272661b commit 8f28afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-node-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,8 @@ jobs:
408408
- name: Build node and python
409409
uses: ./tmp/github-workflows/.github/actions/build-node-python
410410
with:
411+
run_node_test: false
412+
run_node_lint: false
411413
run_parallel: ${{ inputs.run_parallel }}
412414
node_version: ${{ secrets.NODE_VERSION || env.NODE_VERSION }}
413415
npm_registry: ${{ env.NPM_REGISTRY }}

0 commit comments

Comments
 (0)