Skip to content

Commit 2ed577d

Browse files
committed
Revert "Temporary disable pio build"
This reverts commit 4b8fd08.
1 parent 75d6531 commit 2ed577d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/Continuous-Integration.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
run: |
6767
cat ${{ steps.Compile.outputs.compile-result }}
6868
exit 1
69-
# pio_build:
70-
# runs-on: ubuntu-latest
71-
# name: PlatformIO test
72-
# steps:
73-
# # First of all, clone the repo using the checkout action.
74-
# - name: Checkout
75-
# uses: actions/checkout@master
69+
pio_build:
70+
runs-on: ubuntu-latest
71+
name: PlatformIO test
72+
steps:
73+
# First of all, clone the repo using the checkout action.
74+
- name: Checkout
75+
uses: actions/checkout@master
7676

77-
# - name: PlatformIO
78-
# id: Compile
79-
# uses: ./.github/actions/pio-build
77+
- name: PlatformIO
78+
id: Compile
79+
uses: ./.github/actions/pio-build

0 commit comments

Comments
 (0)