Skip to content

Use SSE Events to push realtime data from the internal server to the webmap #62

Use SSE Events to push realtime data from the internal server to the webmap

Use SSE Events to push realtime data from the internal server to the webmap #62

Workflow file for this run

name: Build
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: ./gradlew build --stacktrace