Skip to content

Commit 47a84df

Browse files
authored
Update unit-tests.yml
Added submodules to unit tests
1 parent 81e5518 commit 47a84df

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v2
28+
with:
29+
submodules: 'true'
2830

2931
- name: Relax some warings
3032
# run: echo 'add_compile_options(-Wno-unused-function)' >> ArduinoCore-API/test/CMakeLists.txt
@@ -51,4 +53,4 @@ jobs:
5153
# with:
5254
# token: ${{ secrets.CODECOV_TOKEN }}
5355
# files: ${{ env.COVERAGE_DATA_PATH }}
54-
# fail_ci_if_error: true
56+
# fail_ci_if_error: true

0 commit comments

Comments
 (0)