Skip to content

Commit

Permalink
Temporary disable pio build
Browse files Browse the repository at this point in the history
current pio package has an issue.
Will be enabled when fixed.
  • Loading branch information
fpistm authored May 21, 2021
1 parent 6ff7638 commit 4b8fd08
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/Continuous-Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b8fd08

Please sign in to comment.