Skip to content

Commit 4d8113c

Browse files
committed
Add new virtual example to workflow
1 parent 39563a1 commit 4d8113c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/compile-sketch.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Compile Sketch
22

33
on:
44
# - push
5-
- pull_request
6-
5+
pull_request:
6+
workflow_dispatch:
77

88
jobs:
99
compile-sketch:
@@ -100,6 +100,7 @@ jobs:
100100
- source-path: ./
101101
sketch-paths: |
102102
- examples/Example20_SendCustomCommand
103+
- examples/NEO-M8P-2/Example2_StartRTCMBase_virtual/Example2_StartRTCMBase_virtual
103104
enable-warnings-report: true
104105
enable-deltas-report: true
105106
# verbose: true

0 commit comments

Comments
 (0)