Skip to content

Commit

Permalink
Merge pull request #23 from arburk/feat/displayOnInTimerMode
Browse files Browse the repository at this point in the history
close issue #20
  • Loading branch information
arburk authored Feb 21, 2024
2 parents 39de79a + 778695b commit 5424d57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/connected_check_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Instrumented Tests
on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- 'main'


jobs:
build:
Expand Down Expand Up @@ -61,6 +65,7 @@ jobs:
fi
echo "TARGET=$TARGET" >> "$GITHUB_OUTPUT"
## Disable cache since it breaks the tests
# - name: AVD cache
# if: steps.check_pr.outputs.PERFORM_TEST != 0
# uses: actions/cache@v4
Expand All @@ -71,7 +76,7 @@ jobs:
# ~/.android/adb*
# key: avd-ubuntu-${{ matrix.api-level }}

- name: Perfom instrumented tests
- name: Perform instrumented tests # see https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/timer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<TableLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/timer_table_layout"
android:keepScreenOn="true"
android:layout_height="match_parent"
android:layout_width="match_parent">

Expand Down

0 comments on commit 5424d57

Please sign in to comment.