Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 277ff75

Browse files
committedJan 28, 2025··
💚 Specify an id to a step to run an example
Signed-off-by: kei-g <km.8k6ce+github@gmail.com>
1 parent 024e538 commit 277ff75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/example.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
run: npm install npm@latest -g
2424
- name: Setup modules
2525
run: npm ci
26-
- name: Run an example
26+
- id: example
27+
name: Run an example
2728
run: npm start
2829
name: Example
2930
on:

0 commit comments

Comments
 (0)
Please sign in to comment.