Skip to content

Commit 4af4c4f

Browse files
committed
[CI] Add PlatformIO test to the workflow
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 1050e81 commit 4af4c4f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/Continuous-Integration.yml

+11
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,14 @@ jobs:
5757
run: |
5858
cat ${{ steps.Compile.outputs.compile-result }}
5959
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

Comments
 (0)