Skip to content

Commit

Permalink
[instrumentation Grpc.Core] Trying to fix the github workflow (#92)
Browse files Browse the repository at this point in the history
Missed a .Tests on the end of the dotnet test step.
  • Loading branch information
pcwiese authored Mar 17, 2021
1 parent 5e44437 commit afbd8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-Instrumentation.GrpcCore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: dotnet build src/${{env.PROJECT}} --configuration Release --no-restore -p:Deterministic=true

- name: dotnet test ${{env.PROJECT}}
run: dotnet test test/${{env.PROJECT}}
run: dotnet test test/${{env.PROJECT}}.Tests

- name: dotnet pack ${{env.PROJECT}}
run: dotnet pack src/${{env.PROJECT}} --configuration Release --no-build
Expand Down

0 comments on commit afbd8e8

Please sign in to comment.