BAH-3773 | Add. link patient abha identifier after successful linking #396
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: feature-branches | |
on: | |
pull_request: | |
types: [assigned, opened, synchronize, reopened] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Setup dotnet core '6.0.401' | |
uses: actions/setup-dotnet@v1 | |
with: | |
dotnet-version: '6.0.401' | |
- name: Build with dotnet | |
run: dotnet build hip-service.sln | |
- name: Run unit tests | |
run: dotnet test hip-service.sln |