Skip to content

Commit

Permalink
Disable logging service requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Sep 11, 2023
1 parent 3fc8bdc commit 9991305
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ jobs:
SHELL='' go test -timeout $TIMEOUT -v `go list ./... | grep "integration"` -json 2>&1 | gotestfmt -hide empty-packages
continue-on-error: ${{ github.event_name == 'schedule' }}
env:
ACTIVESTATE_DEBUG_SERVICE_REQUESTS: true
INTEGRATION_TEST_USERNAME: ${{ secrets.INTEGRATION_TEST_USERNAME }}
INTEGRATION_TEST_PASSWORD: ${{ secrets.INTEGRATION_TEST_PASSWORD }}
INTEGRATION_TEST_TOKEN: ${{ secrets.INTEGRATION_TEST_TOKEN }}
Expand Down

0 comments on commit 9991305

Please sign in to comment.