Skip to content

add full detail for patient entity in visit api for supervisor #33

add full detail for patient entity in visit api for supervisor

add full detail for patient entity in visit api for supervisor #33

Workflow file for this run

name: 'sonarcloud'
on:
push:
branches:
- '*'
jobs:
tests:
name: 'Tests Gaelo'
runs-on: ubuntu-latest
steps:
- name: 'Build checkout'
uses: actions/checkout@v3
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}