We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b67528 commit 9a3d2d1Copy full SHA for 9a3d2d1
.github/workflows/CI-CD_Pipeline.yml
@@ -46,7 +46,7 @@ jobs:
46
run: chmod +x backend/gradlew
47
48
- name: Run unit, and domain tests
49
- run: ${{ matrix.gradle_cmd }} clean test ${{ matrix.domain_tasks }}
+ run: ${{ matrix.gradle_cmd }} clean test
50
working-directory: backend
51
52
- name: Upload Test Reports
0 commit comments