We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e249f commit faf13baCopy full SHA for faf13ba
‎.github/workflows/integration-tests.yml‎
@@ -25,7 +25,7 @@ jobs:
25
dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true
26
/p:CoverletOutputFormat=opencover
27
/p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*"
28
- .\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
+ .\src\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
29
env:
30
OCTOKIT_GQL_OAUTHTOKEN: ${{ secrets.OCTOKIT_GQL_OAUTHTOKEN }}
31
OCTOKIT_GQL_GITHUBUSERNAME: ${{ secrets.OCTOKIT_GQL_GITHUBUSERNAME }}
0 commit comments