Skip to content

Update actions.yml

Update actions.yml #6

Workflow file for this run

name: Ats PLC
on:
push:
branches: [ "ci_cd" ]
pull_request:
branches: [ "main" ]
jobs:
build_tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Prepare main project
working-directory: ./PLC_esp8266
run: make project_prepare
- name: Run tests
working-directory: ./Tests_esp8266
run: make run