Skip to content

Commit f41704b

Browse files
Do not remove test folder during release (#364)
1 parent bdabe86 commit f41704b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: FreeRTOS/CI-CD-Github-Actions/release@main
2525
with:
2626
version_number: ${{ github.event.inputs.version_number }}
27+
remove_tests: false
2728
branch: ${{ github.event.inputs.branch }}
2829
github_token: ${{ secrets.GITHUB_TOKEN }}
2930
repo_build_command: rm -rf ../build && cmake -S. -B ../build -DSTANDALONE_TEST_BUILD_UNIX=1 && make -C ../build all

0 commit comments

Comments
 (0)