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 47cc279 commit 6b67528Copy full SHA for 6b67528
.github/workflows/CI-CD_Pipeline.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Grant execute permission for gradlew
46
run: chmod +x backend/gradlew
47
48
- - name: Run unit, integration, and domain tests
49
- run: ${{ matrix.gradle_cmd }} clean test integrationTest ${{ matrix.domain_tasks }}
+ - name: Run unit, and domain tests
+ run: ${{ matrix.gradle_cmd }} clean test ${{ matrix.domain_tasks }}
50
working-directory: backend
51
52
- name: Upload Test Reports
0 commit comments