Add CAN-FD support #2
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: trigger SIL Kit Adapters pipeline tests | ||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
jobs: | ||
call-testing-workflow: | ||
uses: pnd/sil-kit-adapters-ci-testing/.github/workflows/container-reusable.yml@main | ||
Check failure on line 9 in .github/workflows/trigger-testing-workflow-on-testing-repo.yaml GitHub Actions / .github/workflows/trigger-testing-workflow-on-testing-repo.yamlInvalid workflow file
|
||
with: | ||
repository_under_test: ${{ github.repository }} | ||
branch_under_test: ${{ github.event.pull_request.head.ref }} | ||
ci_testing_branch: main | ||
adapter_name: SocketCAN | ||
canoe4sw_se_scripts_dir: demos/CANoe4SW_SE | ||
secrets: inherit | ||