Skip to content

Commit afb89fd

Browse files
committed
FIXUP
1 parent 4a30538 commit afb89fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
- name: Run tests
210210
run: |
211211
# retry 3 times, flaky error on windows: "Unexpected end of JSON input while parsing empty string in D:\a\egg\egg\tegg\core\aop-runtime\package.json"
212-
pnpm build || git checkout . && pnpm build || git checkout . && pnpm build
212+
pnpm build || (git checkout . && pnpm build) || (git checkout . && pnpm build)
213213
pnpm run --filter=./tools/egg-bin ci
214214
env:
215215
# https://github.com/jamiebuilds/ci-parallel-vars

0 commit comments

Comments
 (0)