Skip to content

Commit

Permalink
add build demo check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arfrie22 committed Jul 19, 2024
1 parent 5ad2aca commit fc05d61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
with:
name: firmware
path: ./firmware_os_esp8266.bin
build-demo:
name: Build Demo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build Script
run: sudo ./build.sh demo

build-docker:
name: Build Docker
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc05d61

Please sign in to comment.