We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94cc4fa commit d10ba79Copy full SHA for d10ba79
1 file changed
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- example: [examples/Ex_01_SayHello/Ex_01_SayHello.ino]
+ example: [examples/Ex_01_SayHello/Ex_01_SayHello.ino, examples/Ex_02_MultiBlink/Ex_02_MultiBlink.ino]
12
13
steps:
14
- uses: actions/checkout@v2
0 commit comments