diff options
author | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 13:35:34 -0500 |
---|---|---|
committer | engn33r <engn33r@users.noreply.github.com> | 2021-02-27 13:35:34 -0500 |
commit | f81f9023e5326c221a12d293904a4c816ae600c8 (patch) | |
tree | 24cd7eabcd06f5fb3a688faae1c717cd26d2e3a3 | |
parent | 1f9a3c488c221208c7e6a93ed8a13271c0569162 (diff) | |
download | websocket-client-f81f9023e5326c221a12d293904a4c816ae600c8.tar.gz |
Remove verbose to fix GitHub actions error
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6476e3..ce2533c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,4 +20,3 @@ jobs: coverage xml - name: Codecov uses: codecov/codecov-action@v1.2.1 - verbose: true |