ci: rename job name

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-10-26 17:10:36 +08:00
parent 67f8fb8fbe
commit 2b8795f0ae
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ on:
push:
branches: [main, dev]
name: CI Format, Typecheck and Lint
name: CI Build web and SSR server
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@ -40,8 +40,6 @@ jobs:
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Format, Lint and Typecheck
- name: Build web and SSR server
run: |
turbo run build:web @follow/server#build
- name: Run test
run: turbo run test