Skip to content

Commit 562ea06

Browse files
committed
ci: fix workflow test-pkg-consumption.yml
1 parent 243670c commit 562ea06

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-pkg-consumption.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ name: Test consuming the package in various scenarios
33

44
on:
55
push:
6-
branches: [master]
6+
branches:
7+
- main
78
pull_request:
8-
branches: ['**/**']
9+
branches:
10+
- '**/**'
911

1012
jobs:
1113
test-pkg-consumption:
@@ -42,4 +44,4 @@ jobs:
4244
run: pnpm install --frozen-lockfile
4345

4446
- name: Run tests
45-
run: pnpm run test:pkg-consumption
47+
run: pnpm run --recursive test:pkg-consumption

0 commit comments

Comments
 (0)