Skip to content

Commit a87238b

Browse files
authored
Merge pull request #50 from IndTechSpprt/build-more-envs-pio
Update pio.yml
2 parents 821e49d + f79910c commit a87238b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pio.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ jobs:
2828

2929
- name: Build "worker_code"
3030
run: pio run -e teensy41_autoconf --project-dir ./MCU_code/PlatformIO_code/worker_code
31+
32+
- name: Build "worker_code" in profile environment
33+
run: pio run -e teensy41_profile --project-dir ./MCU_code/PlatformIO_code/worker_code

0 commit comments

Comments
 (0)