We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a30538 commit afb89fdCopy full SHA for afb89fd
.github/workflows/ci.yml
@@ -209,7 +209,7 @@ jobs:
209
- name: Run tests
210
run: |
211
# 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
+ pnpm build || (git checkout . && pnpm build) || (git checkout . && pnpm build)
213
pnpm run --filter=./tools/egg-bin ci
214
env:
215
# https://github.com/jamiebuilds/ci-parallel-vars
0 commit comments