From ab6c4e61a6b61226f7e7c5d0aa5f0cd1783ef9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Wed, 28 Dec 2022 16:20:23 +0100 Subject: [PATCH] Build and Check the SX1280 Boards too --- .github/workflows/main_matrix.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index e10369465..1953619c8 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -32,7 +32,8 @@ jobs: - board: station-g1 - board: m5stack-coreink - board: tbeam-s3-core - + - board: tlora-t3s3-v1 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -53,6 +54,7 @@ jobs: - board: tlora-v1 - board: tlora_v1_3 - board: tlora-v2-1-1.6 + - board: tlora-v2-1-1.8 - board: tbeam - board: heltec-v1 - board: heltec-v2.0 @@ -67,6 +69,7 @@ jobs: - board: m5stack-core - board: m5stack-coreink - board: tbeam-s3-core + - board: tlora-t3s3-v1 uses: ./.github/workflows/build_esp32.yml with: board: ${{ matrix.board }}