Stop PIO CI

This commit is contained in:
Me No Dev 2021-07-26 20:50:50 +03:00 committed by GitHub
parent 5613e66f67
commit 1d46269ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -21,14 +21,14 @@ jobs:
- name: Build Tests - name: Build Tests
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1 run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1
build-pio: # build-pio:
name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }} # name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} # runs-on: ${{ matrix.os }}
strategy: # strategy:
matrix: # matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] # os: [ubuntu-latest, windows-latest, macOS-latest]
board: [esp32, esp8266] # board: [esp32, esp8266]
steps: # steps:
- uses: actions/checkout@v1 # - uses: actions/checkout@v1
- name: Build Tests # - name: Build Tests
run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1 # run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1