Skip to content

github CI

github CI #1

Workflow file for this run

name: Unit tests
on:
push:
branches:
- 'master'
- 'develop'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Ceedling Unit Tests
uses: pavelpolach321/[email protected]
with:
unit-test-path: '${{ github.workspace }}/'