Skip to content

Commit

Permalink
Geneva package workflow only run tests on windows (open-telemetry#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-max authored Apr 20, 2022
1 parent e7b0064 commit f84d4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-Exporter.Geneva.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}}.Tests
run: dotnet test test/${{env.PROJECT}}.Tests --filter "Platform=Any|Platform=Windows"

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

0 comments on commit f84d4cf

Please sign in to comment.