mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 13:22:40 +03:00
chore: temp disable parallel due to cache issues
This commit is contained in:
parent
b3b4a587c9
commit
e50502417b
16
.github/workflows/check.yml
vendored
16
.github/workflows/check.yml
vendored
@ -17,16 +17,18 @@ jobs:
|
|||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
main-branch-name: develop
|
main-branch-name: develop
|
||||||
number-of-agents: 2
|
# number-of-agents: 2
|
||||||
parallel-commands: |
|
parallel-commands: |
|
||||||
pnpm exec nx-cloud record -- pnpm exec nx format:check
|
pnpm exec nx-cloud record -- pnpm exec nx format:check
|
||||||
pnpm e2e:ci ${{ github.ref == 'refs/heads/develop' && '--record' || '' }}
|
pnpm e2e:ci ${{ github.ref == 'refs/heads/develop' && '--record' || '' }}
|
||||||
parallel-commands-on-agents: |
|
|
||||||
pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme
|
pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme
|
||||||
pnpm exec nx affected --target=build --parallel=2
|
pnpm exec nx affected --target=build --parallel=2
|
||||||
|
# parallel-commands-on-agents: |
|
||||||
|
# pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme
|
||||||
|
# pnpm exec nx affected --target=build --parallel=2
|
||||||
|
|
||||||
agents:
|
# agents:
|
||||||
name: Nx Cloud - Agents
|
# name: Nx Cloud - Agents
|
||||||
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
|
# uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.6
|
||||||
with:
|
# with:
|
||||||
number-of-agents: 2
|
# number-of-agents: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user