Skip to content

Commit

Permalink
fixing gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiThoeni committed Sep 13, 2024
1 parent 7de40d1 commit a6cd923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Restore dependencies
run: dotnet restore ContentApiCore.sln
- name: Build ContentApiCore Solution
run: dotnet build ContentApiCore.sln --no-restore
run: dotnet restore opendatahub-content-api-core.sln
- name: Build opendatahub-content-api-core Solution
run: dotnet build opendatahub-content-api-core.sln --no-restore
- name: Test
run: dotnet test ContentApiCore --filter Category!=Integration

Expand Down

0 comments on commit a6cd923

Please sign in to comment.