Merge pull request #31 from tropicsquare/26-implement-functions-for-t… #117
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}/' |