Skip to content

results: add locationId to entity and dto #63

results: add locationId to entity and dto

results: add locationId to entity and dto #63

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
pull_request:
jobs:
build:
uses: powsybl/github-ci/.github/workflows/build-generic.yml@07ff8aa16a298b7d735d50883f6f723d84d87a55
with:
sonarOrganization: gridsuite
sonarProjectKey: org.gridsuite:loadflow-server
dockerImage: docker.io/gridsuite/loadflow-server
dockerUsername: gridsuiteci
eventType: loadflow_server_updated
secrets:
sonar-token: ${{ secrets.SONAR_TOKEN }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
repo-token: ${{ secrets.REPO_ACCESS_TOKEN }}