We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdabe86 commit f41704bCopy full SHA for f41704b
1 file changed
.github/workflows/release.yml
@@ -24,6 +24,7 @@ jobs:
24
uses: FreeRTOS/CI-CD-Github-Actions/release@main
25
with:
26
version_number: ${{ github.event.inputs.version_number }}
27
+ remove_tests: false
28
branch: ${{ github.event.inputs.branch }}
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
repo_build_command: rm -rf ../build && cmake -S. -B ../build -DSTANDALONE_TEST_BUILD_UNIX=1 && make -C ../build all
0 commit comments