We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b22005 commit 7877828Copy full SHA for 7877828
3 files changed
.github/workflows/integration_tests.yml
@@ -42,5 +42,5 @@ jobs:
42
files: ./coverage.xml
43
flags: integrationtests
44
env_vars: OS,PYTHON
45
- fail_ci_if_error: true
+ fail_ci_if_error: false
46
verbose: true
.github/workflows/pr_integration_tests.yml
@@ -66,5 +66,5 @@ jobs:
66
67
68
69
70
.github/workflows/unit_tests.yml
@@ -30,7 +30,7 @@ jobs:
30
31
flags: unittests
32
33
34
35
36
unit-test-go:
0 commit comments