ci: run frontend-deps and frontend-build in parallel, both gate QC
CI / Build & Vet (push) Successful in 1m16s
CI / Go vulnerabilities (push) Successful in 1m17s
CI / Frontend deps check (push) Successful in 1m15s
CI / Frontend build (push) Successful in 1m10s
CI / Frontend QC (audit) (push) Successful in 31s
CI / Tests (prod) (push) Has been cancelled
CI / Tests (dev) (push) Has been cancelled
CI / Race (prod) (push) Has been cancelled
CI / Race (dev) (push) Has been cancelled
CI / Frontend QC (typecheck) (push) Has been cancelled
CI / Frontend QC (lint) (push) Has been cancelled
CI / Build & Vet (push) Successful in 1m16s
CI / Go vulnerabilities (push) Successful in 1m17s
CI / Frontend deps check (push) Successful in 1m15s
CI / Frontend build (push) Successful in 1m10s
CI / Frontend QC (audit) (push) Successful in 31s
CI / Tests (prod) (push) Has been cancelled
CI / Tests (dev) (push) Has been cancelled
CI / Race (prod) (push) Has been cancelled
CI / Race (dev) (push) Has been cancelled
CI / Frontend QC (typecheck) (push) Has been cancelled
CI / Frontend QC (lint) (push) Has been cancelled
frontend-deps (dep staleness check) and frontend-build now run concurrently. frontend-qc waits for both. Removed (gate) from build job name. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -326,8 +326,7 @@ jobs:
|
|||||||
"
|
"
|
||||||
|
|
||||||
frontend-build:
|
frontend-build:
|
||||||
name: Frontend build (gate)
|
name: Frontend build
|
||||||
needs: [frontend-deps]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@@ -358,7 +357,7 @@ jobs:
|
|||||||
|
|
||||||
frontend-qc:
|
frontend-qc:
|
||||||
name: Frontend QC (${{ matrix.task }})
|
name: Frontend QC (${{ matrix.task }})
|
||||||
needs: [frontend-build]
|
needs: [frontend-deps, frontend-build]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
|
|||||||
Reference in New Issue
Block a user