Add posix tests (waiting for lsb_vsx port merge) #3651
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
# vim:sw=2:ts=2 | |
name: ci | |
# on events | |
on: | |
push: | |
branches: | |
- master | |
- 'feature/*' | |
pull_request: | |
branches: | |
- master | |
- 'feature/*' | |
jobs: | |
call-ci: | |
uses: phoenix-rtos/phoenix-rtos-project/.github/workflows/ci-submodule.yml@master | |
secrets: inherit |