diff --git a/.github/workflows/test-self-hosted.yml b/.github/workflows/test-self-hosted.yml index 3d0f73781..46f610559 100644 --- a/.github/workflows/test-self-hosted.yml +++ b/.github/workflows/test-self-hosted.yml @@ -12,7 +12,12 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Run tests + - name: Build for cli run: | cd firmware - make PROJECT=Demo/Blink PLATFORM=cli build \ No newline at end of file + make PROJECT=Demo/Blink PLATFORM=cli build + + - name: Build for stm32f767zi + run: | + cd firmware + make PROJECT=Demo/Blink PLATFORM=stm32f767 build