Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Selivanov committed Nov 12, 2023
1 parent 37622b8 commit 7c3cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: '7.0.x'
- name: Restore .Net
run: dotnet restore scr/
run: dotnet restore src
- name: Run tests
run: dotnet test --verbosity normal
- name: Configure version
Expand Down

0 comments on commit 7c3cdcc

Please sign in to comment.