We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453e83a commit 1acddeaCopy full SHA for 1acddea
1 file changed
.github/workflows/continuous-integration.yml
@@ -70,7 +70,6 @@ jobs:
70
71
code-coverage:
72
name: "Code coverage"
73
- needs: ["coding-standards", "static-analysis"]
74
runs-on: "ubuntu-latest"
75
steps:
76
- name: "Checkout repository"
@@ -105,7 +104,6 @@ jobs:
105
104
106
unit-tests:
107
name: "Unit Tests"
108
- needs: ["code-coverage"]
109
runs-on: ${{ matrix.operating-system }}
110
strategy:
111
fail-fast: false
0 commit comments