Skip to content

Update git staging #982

Update git staging

Update git staging #982

name: Configuration UI Tests
on:
push:
branches:
- master
pull_request:
paths:
- 'components/inspectit-ocelot-configurationserver-ui/**'
workflow_call:
jobs:
test:
name: Test
runs-on: ubuntu-latest
container: openjdk:8-jdk
env:
working-directory: ./components/inspectit-ocelot-configurationserver
steps:
- uses: actions/checkout@v3
- name: Build frontend
working-directory: ${{env.working-directory}}
run: ../../gradlew buildFrontend