Skip to content

Commit

Permalink
rename workflows, further debug of reports directories
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jan 31, 2024
1 parent 711aa89 commit b364e3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build
name: Dev Deploy

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-production.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build
name: Production Deploy

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build
name: Staging Deploy

on:
push:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Gradle Build
name: Test and Reports

on:
push:
Expand Down Expand Up @@ -56,6 +56,10 @@ jobs:
app/build/outputs
- name: Debug report paths
run: |
pwd
ls -la ./app/build
ls -la ./app/build/reports
ls -la ./app/build/reports/jacoco
ls -la ./app/build/reports/jacoco/jacocoTestReportDebugUnitTest
ls -la ./lib/build/reports/jacoco/test
Expand Down

0 comments on commit b364e3d

Please sign in to comment.