mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: ci
This commit is contained in:
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@@ -10,6 +10,9 @@ concurrency:
|
|||||||
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
name: Nx Cloud - Main Job
|
name: Nx Cloud - Main Job
|
||||||
@@ -20,10 +23,10 @@ jobs:
|
|||||||
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
|
||||||
parallel-commands-on-agents: |
|
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
|
||||||
pnpm e2e:ci
|
|
||||||
|
|
||||||
agents:
|
agents:
|
||||||
name: Nx Cloud - Agents
|
name: Nx Cloud - Agents
|
||||||
|
|||||||
Reference in New Issue
Block a user