Skip PCI_MM_03 run as the test needs to ensure correct BAR memory access #404
Workflow file for this run
This file contains hidden or 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: SystemReady-ACS Integration Build (push/PR) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| workflow_dispatch: | |
| jobs: | |
| run: | |
| uses: ./.github/workflows/systemready_ci.yml | |
| with: | |
| run-sysready: true | |
| run-dt: false | |
| secrets: inherit | |