Skip to content

Commit

Permalink
MT-00 Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DCay committed Apr 14, 2024
1 parent 433e18f commit 28c2607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNET_VERSION }}
- name: Install dependencies
run: dotnet restore
run: dotnet restore ./src
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
Expand Down

0 comments on commit 28c2607

Please sign in to comment.