tmf.ui: Make AbstractSelectTreeViewer2 injectable; add AbstractSelectTreeViewer3 and SpecificColumnPatternFilter for column-aware filtering #1020
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: Continuous Integration (core tests only) | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - stable-* | |
| pull_request: | |
| branches: | |
| - master | |
| - stable-* | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/ci-base.yml | |
| with: | |
| maven-opts: -Dskip-short-tc-ui-tests=true -Dskip-long-tc-ui-tests=true |