Skip to content

Commit ec9161e

Browse files
committed
build: Force patch regeneration on GitHub Actions
1 parent 7268114 commit ec9161e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
if [[ $(git diff --name-only "$(git merge-base origin/"$TARGET_BRANCH" HEAD)" HEAD -- packages/plugin-compat/sources/patches packages/plugin-compat/extra/ | wc -l) -gt 0 ]]; then
5454
for generator in packages/plugin-compat/extra/*/gen-*-patch.ts; do
55-
yarn node -r @yarnpkg/monorepo/scripts/setup-ts-execution $generator;
55+
yarn node -r @yarnpkg/monorepo/scripts/setup-ts-execution $generator '*';
5656
done
5757
[[ $(git diff --name-only packages/plugin-compat/sources/patches "packages/plugin-compat/extra/*/patches/*" | tee /dev/stderr | wc -l) -eq 0 ]]
5858
fi

0 commit comments

Comments
 (0)