Skip to content

Commit 5e962c8

Browse files
committed
Update workflows
1 parent bdd1737 commit 5e962c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: yarn test:libs
7171

7272
- name: Build, lint and run tsc for bundles and tabs
73-
if: needs.paths-filter.outputs.modules == 'true'
73+
if: needs.paths-filter.outputs.devserver == 'true' || needs.paths-filter.outputs.modules == 'true'
7474
run: yarn workspaces foreach -j 5 -ptW --from "./src/{bundles,tsc}/*" run build --tsc --lint
7575

7676
- name: Test bundles and tabs

.husky/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
yarn constraints
12
yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run buildtools prebuild
23
yarn workspaces foreach -ptR -j 5 --since --include "./src/{bundles,tabs}/*" run test
34
yarn workspaces foreach -ptW --since --include "./{lib,devserver}/*" run lint

0 commit comments

Comments
 (0)