Skip to content

Update actions.yml

Update actions.yml #3

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
- name: Build
run: cd ./Tests_esp8266;make
- name: Run tests
run: cd ./Tests_esp8266;make run