We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff7638 commit 4b8fd08Copy full SHA for 4b8fd08
.github/workflows/Continuous-Integration.yml
@@ -66,14 +66,14 @@ jobs:
66
run: |
67
cat ${{ steps.Compile.outputs.compile-result }}
68
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
+# 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
76
77
- - name: PlatformIO
78
- id: Compile
79
- uses: ./.github/actions/pio-build
+# - name: PlatformIO
+# id: Compile
+# uses: ./.github/actions/pio-build
0 commit comments