Skip to content

Commit faf13ba

Browse files
committed
💚 Fix integration tests workflow
1 parent e4e249f commit faf13ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/integration-tests.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
dotnet test -c ${{ env.config }} --no-build /p:CollectCoverage=true
2626
/p:CoverletOutputFormat=opencover
2727
/p:Exclude="[Octokit.GraphQL]Octokit.GraphQL.*"
28-
.\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
28+
.\src\Octokit.GraphQL.IntegrationTests\Octokit.GraphQL.IntegrationTests.csproj
2929
env:
3030
OCTOKIT_GQL_OAUTHTOKEN: ${{ secrets.OCTOKIT_GQL_OAUTHTOKEN }}
3131
OCTOKIT_GQL_GITHUBUSERNAME: ${{ secrets.OCTOKIT_GQL_GITHUBUSERNAME }}

0 commit comments

Comments
 (0)