We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d659e commit 0a849afCopy full SHA for 0a849af
.github/workflows/testCompile.yml
@@ -21,6 +21,12 @@ jobs:
21
- name: Checkout repository
22
uses: actions/checkout@v4
23
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
+
30
- name: Compile all examples
31
uses: ArminJo/arduino-test-compile@v3
32
with:
0 commit comments