From af49d122adb6b3e60933523ed42acd084b8738b2 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 30 May 2025 13:23:44 +0700 Subject: [PATCH] add metro_rp2040 to ci build --- .github/workflows/githubci.yml | 5 +++-- examples/Rp2040SdioSetup/.metro_rp2040.test.only | 0 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 examples/Rp2040SdioSetup/.metro_rp2040.test.only diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 80695d6..085887a 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -11,6 +11,7 @@ jobs: - 'feather_esp32s2' - 'feather_esp32s3' - 'feather_rp2040' + - 'metro_rp2040' - 'metro_m0' - 'metro_m4' - 'nrf52840' @@ -23,10 +24,10 @@ jobs: python-version: '3.x' - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout adafruit/ci-arduino - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: adafruit/ci-arduino path: ci diff --git a/examples/Rp2040SdioSetup/.metro_rp2040.test.only b/examples/Rp2040SdioSetup/.metro_rp2040.test.only new file mode 100644 index 0000000..e69de29