CSSTUDIO-1355 Add Waterfall Plot widget to Phoebus. #5488
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: Phoebus build | |
| on: | |
| push: | |
| branches-ignore: | |
| - 'master' | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Setup Maven and Java Action | |
| uses: s4u/setup-maven-action@v1.18.0 | |
| with: | |
| java-version: '17' | |
| maven-version: '3.9.6' | |
| - name: Build | |
| run: mvn --batch-mode install -DskipTests |