mirror of
https://github.com/threeal/cmake-action.git
synced 2025-07-25 15:24:22 +00:00
ci: adjust step and job names in build
workflow
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
parent
c6b2486a0e
commit
b34a8b4c65
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -5,8 +5,8 @@ on:
|
||||
push:
|
||||
branches: [main]
|
||||
jobs:
|
||||
build-package:
|
||||
name: Build Package
|
||||
build-action:
|
||||
name: Build Action
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- name: Checkout Project
|
||||
@ -24,8 +24,8 @@ jobs:
|
||||
- name: Check Lint
|
||||
run: pnpm lint
|
||||
|
||||
- name: Test Package
|
||||
- name: Test Action
|
||||
run: pnpm test
|
||||
|
||||
- name: Build Package
|
||||
- name: Build Action
|
||||
run: pnpm build && git diff --exit-code HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user