From de7a37698358fb44f5c8c50d9f57c7d4e4cb3588 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Mon, 24 May 2021 14:15:43 +0200 Subject: [PATCH] Revert "Temporary disable pio build" This reverts commit 4b8fd083b9fcd14ea8a3ba7f767e9e754027430a. --- .github/workflows/Continuous-Integration.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Continuous-Integration.yml b/.github/workflows/Continuous-Integration.yml index 2bbac8b2cf..9f42c2d4df 100644 --- a/.github/workflows/Continuous-Integration.yml +++ b/.github/workflows/Continuous-Integration.yml @@ -66,14 +66,14 @@ jobs: run: | cat ${{ steps.Compile.outputs.compile-result }} exit 1 -# pio_build: -# runs-on: ubuntu-latest -# name: PlatformIO test -# steps: -# # First of all, clone the repo using the checkout action. -# - name: Checkout -# uses: actions/checkout@master + pio_build: + runs-on: ubuntu-latest + name: PlatformIO test + steps: + # First of all, clone the repo using the checkout action. + - name: Checkout + uses: actions/checkout@master -# - name: PlatformIO -# id: Compile -# uses: ./.github/actions/pio-build + - name: PlatformIO + id: Compile + uses: ./.github/actions/pio-build