Skip to content

Commit 277ff75

Browse files
committed
💚 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

Lines changed: 2 additions & 1 deletion
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)