File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 37
37
- name : Run Octokit.GraphQL.Core.Generation.UnitTests
38
38
run : dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.Core.Generation.UnitTests\Octokit.GraphQL.Core.Generation.UnitTests.csproj
39
39
40
- - name : Run Octokit.GraphQL.IntegrationTests
41
- run : dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*" .\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
42
- env :
43
- OCTOKIT_GQL_OAUTHTOKEN : " ${{ secrets.OCTOKIT_GQL_OAUTHTOKEN }}"
44
- OCTOKIT_GQL_GITHUBUSERNAME : " ${{ secrets.OCTOKIT_GQL_GITHUBUSERNAME }}"
45
-
46
40
- name : Create package using .nuspec
47
41
run : dotnet pack Octokit.GraphQL.Pack/Octokit.GraphQL.Pack.csproj --output ${{ env.PackageOutputPath }}
48
42
You can’t perform that action at this time.
0 commit comments