mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-15 09:17:44 -04:00
Run kernel unit tests on pull requests and pushes.
Remove path filter (doesn't appear to work with multiple targets)
This commit is contained in:
parent
3a48781a03
commit
ada298638c
1 changed files with 1 additions and 4 deletions
5
.github/workflows/kernel-unit-tests.yml
vendored
5
.github/workflows/kernel-unit-tests.yml
vendored
|
@ -1,8 +1,5 @@
|
||||||
name: Kernel Unit Tests
|
name: Kernel Unit Tests
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- 'FreeRTOS/Test/CMock/**'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue