We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135cffe commit 0f2a48aCopy full SHA for 0f2a48a
1 file changed
.github/workflows/ci-pipeline.yml
@@ -48,7 +48,6 @@ jobs:
48
mutation-tests:
49
name: Mutation Tests
50
runs-on: ubuntu-latest
51
- needs: build-tests
52
steps:
53
- name: Checkout Code
54
uses: actions/checkout@v3
@@ -101,7 +100,6 @@ jobs:
101
100
e2e-tests:
102
name: End-to-End Tests
103
104
- needs: integration-tests
105
106
107
0 commit comments