Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viordash authored Aug 20, 2024
1 parent bf2439b commit 68a0295
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

jobs:
build_tests:
Tests-esp-idf:
runs-on: ubuntu-22.04

steps:
Expand All @@ -22,3 +22,20 @@ jobs:
- name: Run tests
working-directory: ./Tests_esp8266
run: make run


Build-ota-bin:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Prepare
working-directory: ./PLC_esp8266
run: make project_prepare

- name: Build ota
working-directory: ./PLC_esp8266
run: make ota

0 comments on commit 68a0295

Please sign in to comment.