Skip to content

Commit ddc1ec6

Browse files
committed
Remove job dependency to run in parallel.
1 parent 6a96a9a commit ddc1ec6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ concurrency:
2121
jobs:
2222
coding-standards:
2323
name: "Coding standards"
24-
continue-on-error: true
2524
runs-on: "ubuntu-latest"
2625
steps:
2726
- name: "Checkout repository"
@@ -46,7 +45,6 @@ jobs:
4645

4746
static-analysis:
4847
name: "Static analysis"
49-
continue-on-error: true
5048
runs-on: "ubuntu-latest"
5149
steps:
5250
- name: "Checkout repository"
@@ -72,7 +70,6 @@ jobs:
7270

7371
code-coverage:
7472
name: "Code coverage"
75-
continue-on-error: true
7673
needs: ["coding-standards", "static-analysis"]
7774
runs-on: "ubuntu-latest"
7875
steps:
@@ -109,7 +106,6 @@ jobs:
109106
unit-tests:
110107
name: "Unit Tests"
111108
continue-on-error: true
112-
needs: ["code-coverage"]
113109
runs-on: ${{ matrix.operating-system }}
114110
strategy:
115111
fail-fast: false

0 commit comments

Comments
 (0)