Skip to content

Commit

Permalink
πŸ’š Fix integration tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Sep 18, 2024
1 parent e4e249f commit faf13ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
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
.\src\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
env:
OCTOKIT_GQL_OAUTHTOKEN: ${{ secrets.OCTOKIT_GQL_OAUTHTOKEN }}
OCTOKIT_GQL_GITHUBUSERNAME: ${{ secrets.OCTOKIT_GQL_GITHUBUSERNAME }}

0 comments on commit faf13ba

Please sign in to comment.