feat: disable GA events report by setting environment DISABLE_GA=true

This commit is contained in:
debugtalk
2022-04-05 10:31:50 +08:00
parent 87db9b302e
commit 1aefc9f698
8 changed files with 30 additions and 3 deletions

View File

@@ -6,6 +6,9 @@ on:
- master
pull_request:
env:
DISABLE_GA: "true"
jobs:
py-httprunner:
runs-on: ${{ matrix.os }}