We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed9265 commit 7ba4e14Copy full SHA for 7ba4e14
.github/workflows/buildPipeline.yml
@@ -15,10 +15,10 @@ jobs:
15
dotnet-version: 3.1.301
16
- name: Install dependencies
17
run: dotnet restore
18
- working-directory: AlphaInvertedSearcher
+ working-directory: AlphaApplication
19
- name: Build
20
run: dotnet build --configuration Release --no-restore
21
22
- name: Test
23
run: dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"
24
0 commit comments