We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a96a9a commit ddc1ec6Copy full SHA for ddc1ec6
1 file changed
.github/workflows/continuous-integration.yml
@@ -21,7 +21,6 @@ concurrency:
21
jobs:
22
coding-standards:
23
name: "Coding standards"
24
- continue-on-error: true
25
runs-on: "ubuntu-latest"
26
steps:
27
- name: "Checkout repository"
@@ -46,7 +45,6 @@ jobs:
46
45
47
static-analysis:
48
name: "Static analysis"
49
50
51
52
@@ -72,7 +70,6 @@ jobs:
72
70
73
71
code-coverage:
74
name: "Code coverage"
75
76
needs: ["coding-standards", "static-analysis"]
77
78
@@ -109,7 +106,6 @@ jobs:
109
106
unit-tests:
110
107
name: "Unit Tests"
111
108
continue-on-error: true
112
- needs: ["code-coverage"]
113
runs-on: ${{ matrix.operating-system }}
114
strategy:
115
fail-fast: false
0 commit comments