File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 process-upload-report :
173173 runs-on : ubuntu-latest
174174 needs : [integration-tests]
175- if : always() # && github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository
175+ if : always() && github.repository == 'linode/linode_api4-python' # Run even if integration tests fail and only on main repository
176176 outputs :
177177 summary : ${{ steps.set-test-summary.outputs.summary }}
178178
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def test_oauth_client(test_linode_client):
383383
384384 yield oauth_client
385385
386- # oauth_client.delete()
386+ oauth_client .delete ()
387387
388388
389389@pytest .fixture (scope = "session" )
You can’t perform that action at this time.
0 commit comments