Build the posix port on pushes and PRs to the Kernel repository (#290)

* Run posix build action when new commits are pushed to the FreeRTOS/Kernel repository

* Run kernel unit tests on push and pull_request actions
This commit is contained in:
Paul Bartell 2021-03-23 10:33:47 -07:00 committed by GitHub
parent 9cd19603e8
commit 4ad84923a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 3 deletions

View file

@ -1,11 +1,11 @@
name: CMock Unit Tests
on: [push]
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout Parent Repo
- name: Checkout Parent Repository
uses: actions/checkout@v2
with:
ref: master