We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1050e81 commit 4af4c4fCopy full SHA for 4af4c4f
1 file changed
.github/workflows/Continuous-Integration.yml
@@ -57,3 +57,14 @@ jobs:
57
run: |
58
cat ${{ steps.Compile.outputs.compile-result }}
59
exit 1
60
+ pio_build:
61
+ runs-on: ubuntu-latest
62
+ name: PlatformIO test
63
+ steps:
64
+ # First of all, clone the repo using the checkout action.
65
+ - name: Checkout
66
+ uses: actions/checkout@master
67
+
68
+ - name: PlatformIO
69
+ id: Compile
70
+ uses: ./.github/actions/pio-build
0 commit comments