Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid-Witkowski committed Dec 28, 2024
1 parent 5c70604 commit 862cdf2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/compose_reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@ jobs:
- name: generate compose reports
run: ./gradlew assembleRelease -PcomposeCompilerReports=true

- name: navigate to compiler dir
run: cd compiler_metrics/

- name: find and analyze
run: ls compiler_metrics/
run: |
files=$(find compiler_metrics -maxdepth 1 -name "*-composables.txt")
echo "$files"

0 comments on commit 862cdf2

Please sign in to comment.