Skip to content

Commit

Permalink
Update self-hosted script
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 27, 2024
1 parent f0b8a00 commit ac37040
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
make PROJECT=Demo/Blink PLATFORM=cli build
- name: Build for stm32f767zi
run: |
cd firmware
make PROJECT=Demo/Blink PLATFORM=stm32f767 build

0 comments on commit ac37040

Please sign in to comment.