Add PBMAC1 test suite and CI integration: Claude Sonnet 4.5 assisted. #87
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: Known Failing Tests | |
| on: [push, pull_request] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| strategy: | |
| matrix: | |
| image: | |
| - 'fedora_rawhide' | |
| steps: | |
| - name: Clone the repository | |
| uses: actions/checkout@v4 | |
| - name: Build and Run the Docker Image | |
| run: bash tools/run_container.sh "${{ matrix.image }}" || echo "::warning ::Job exited with status $?" |