Skip to content

Commit 0a849af

Browse files
committed
Checkout repository as custom library to be used by test compilation.
1 parent e3d659e commit 0a849af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testCompile.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v4
2323

24+
- name: Checkout repository as custom library
25+
uses: actions/checkout@v4
26+
with:
27+
path: CustomLibrary # must contain string "Custom"
28+
# No need to put "Custom" library in the required-libraries list
29+
2430
- name: Compile all examples
2531
uses: ArminJo/arduino-test-compile@v3
2632
with:

0 commit comments

Comments
 (0)