Skip to content

Commit

Permalink
Checkout repository as custom library to be used by test compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Oct 30, 2024
1 parent e3d659e commit 0a849af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testCompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout repository as custom library
uses: actions/checkout@v4
with:
path: CustomLibrary # must contain string "Custom"
# No need to put "Custom" library in the required-libraries list

- name: Compile all examples
uses: ArminJo/arduino-test-compile@v3
with:
Expand Down

0 comments on commit 0a849af

Please sign in to comment.