mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 00:03:42 +00: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:
committed by
Paul Bartell
parent
3a48781a03
commit
ada298638c
5
.github/workflows/kernel-unit-tests.yml
vendored
5
.github/workflows/kernel-unit-tests.yml
vendored
@@ -1,8 +1,5 @@
|
||||
name: Kernel Unit Tests
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'FreeRTOS/Test/CMock/**'
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user