Skip to content

Merge branch 'develop' into 232-persistent-scan-window-with-live-feed #92

Merge branch 'develop' into 232-persistent-scan-window-with-live-feed

Merge branch 'develop' into 232-persistent-scan-window-with-live-feed #92

Workflow file for this run

name: Build FIS-GUI
on:
push:
pull_request:
branches: [ "master", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'
- name: Build FIS-GUI
run: make install