We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37970e9 commit 951f54fCopy full SHA for 951f54f
1 file changed
.github/workflows/tests.yml
@@ -21,7 +21,6 @@ jobs:
21
flags: unit-tests
22
name: Unit Tests
23
token: ${{ secrets.CODECOV_TOKEN }}
24
- fail_ci_if_error: true
25
26
opensearch-test:
27
name: Execute Opensearch tests
@@ -38,7 +37,6 @@ jobs:
38
37
flags: opensearch-tests
39
name: OpenSearch Tests
40
41
42
43
postgres-test:
44
name: Execute postgres tests
@@ -55,4 +53,3 @@ jobs:
55
53
flags: postgres-tests
56
54
name: Postgres Tests
57
58
0 commit comments