Skip to content

Commit

Permalink
Update devcontainer-smoketest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion authored Nov 10, 2023
1 parent 73a9fc5 commit 3d06456
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devcontainer-smoketest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
{ target: SL_STK3701A, build-type: Debug, rtos: AzureRTOS},
{ target: ST_STM32F769I_DISCOVERY, build-type: Debug, rtos: ChibiOS },
{ target: M5Core2, build-type: Debug, rtos: ESP32 }
# { target: NXP_MIMXRT1060_EVK, build-type: Debug, rtos: FreeRTOS },
# { target: TI_CC1352R1_LAUNCHXL, build-type: Debug, radio-freq: 915, rtos: TI }
# { target: NXP_MIMXRT1060_EVK, build-type: Debug, rtos: FreeRTOS },
# { target: TI_CC1352R1_LAUNCHXL, build-type: Debug, radio-freq: 915, rtos: TI }
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Adjust config template for devcontainer
- name: Adjust config templates for a devcontainer
run: |
# Move into the config directory
pushd config
Expand Down

0 comments on commit 3d06456

Please sign in to comment.