Skip to content

Merge pull request #31 from tropicsquare/26-implement-functions-for-t… #117

Merge pull request #31 from tropicsquare/26-implement-functions-for-t…

Merge pull request #31 from tropicsquare/26-implement-functions-for-t… #117

Workflow file for this run

name: Unit tests and coverage
on:
push:
branches:
- 'master'
- 'develop'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Set Ceedling config path
run: echo "CEEDLING_MAIN_PROJECT_FILE=scripts/ceedling.yml" >>$GITHUB_ENV
- name: Run Ceedling Unit Tests
uses: pavelpolach321/[email protected]
with:
unit-test-path: '${{ github.workspace }}/'