Skip to content

Commit

Permalink
GROUP-77 Updated artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
makmn1 committed Jan 8, 2024
1 parent 61c39cf commit 7103b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: unit-test-report
path: group-service/build/reports/tests/testUnit/
path: build/reports/tests/testUnit/index.html
- name: Running Integration Tests
run: ./gradlew testIntegration
- name: Upload test report
if: failure()
uses: actions/upload-artifact@v2
with:
name: integration-test-report
path: group-service/build/reports/tests/testIntegration/
path: build/reports/tests/testIntegration/index.html
- name: Assembling Build
run: ./gradlew assemble
- name: Setup arkade
Expand Down

0 comments on commit 7103b1c

Please sign in to comment.