File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 - name : Build Tests
2222 run : bash ./.github/scripts/on-push.sh ${{ matrix.board }} 0 1
2323
24- build-pio :
25- name : PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
26- runs-on : ${{ matrix.os }}
27- strategy :
28- matrix :
29- os : [ubuntu-latest, windows-latest, macOS-latest]
30- board : [esp32, esp8266]
31- steps :
32- - uses : actions/checkout@v1
33- - name : Build Tests
34- run : bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1
24+ # build-pio:
25+ # name: PlatformIO for ${{ matrix.board }} on ${{ matrix.os }}
26+ # runs-on: ${{ matrix.os }}
27+ # strategy:
28+ # matrix:
29+ # os: [ubuntu-latest, windows-latest, macOS-latest]
30+ # board: [esp32, esp8266]
31+ # steps:
32+ # - uses: actions/checkout@v1
33+ # - name: Build Tests
34+ # run: bash ./.github/scripts/on-push.sh ${{ matrix.board }} 1 1
You can’t perform that action at this time.
0 commit comments