Skip to content

Commit

Permalink
Merge branch 'main' into 129591-remove-dates-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paullocknimble authored Jun 13, 2023
2 parents e32e7e6 + f505f9c commit f8ad3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: dotnet tool install --global dotnet-ef --version 6.0.5
- name: Install dotnet reportgenerator
run: dotnet tool install --global dotnet-reportgenerator-globaltool
- name: Add nuget package source
run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/DFE-Digital/index.json"
- name: Restore dependencies
run: dotnet restore
- name: Build, Test and Analyze
Expand Down

0 comments on commit f8ad3fa

Please sign in to comment.