Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- Use build script so the packages are restored correctly.
- Add missing package pattern.
  • Loading branch information
martincostello committed Jul 13, 2023
1 parent b14ea15 commit 34c623c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
Site__Authentication__UserStore__AccessKey: C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
Site__Authentication__UserStore__ServiceUri: https://localhost:8081
run: |
Push-Location (Join-Path "src" "LondonTravel.Site")
npm ci
npm run build
Pop-Location
./build.ps1 -SkipTests
Start-Process nohup 'dotnet run --project ./src/LondonTravel.Site/LondonTravel.Site.csproj --configuration Release'
$StatusCode = 0
$Attempts = 0
Expand Down
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<package pattern="Microsoft.AspNetCore.*" />
<package pattern="Microsoft.Extensions.*" />
<package pattern="Microsoft.NETCore.*" />
<package pattern="Microsoft.WindowsDesktop.*" />
<package pattern="System.*" />
</packageSource>
<packageSource key="dotnet-eng">
Expand Down

0 comments on commit 34c623c

Please sign in to comment.