Skip to content

Commit 7ddd7f1

Browse files
committed
updated workflow for debugging
1 parent 4d8070f commit 7ddd7f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
with:
2424
java-version: 17
2525
distribution: temurin
26+
- name: Display host of runner
27+
run: hostname
2628
- name: Setup Android SDK
2729
uses: android-actions/setup-android@v3
2830
- name: Create local.properties file
@@ -75,4 +77,4 @@ jobs:
7577
with:
7678
token: ${{ secrets.CODECOV_TOKEN }}
7779
flags: instrumentedtests
78-
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml
80+
files: ./app/build/reports/coverage/androidTest/debug/connected/report.xml

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ build
4747
*~
4848
*.swp
4949
*.exec
50-
.env
50+
.env
51+
.kotlin

0 commit comments

Comments
 (0)