Skip to content

Commit 2a003d8

Browse files
committed
Default branch master
1 parent fc2a046 commit 2a003d8

File tree

4 files changed

+32
-43
lines changed

4 files changed

+32
-43
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ version: 2
77
updates:
88
- package-ecosystem: "gradle" # See documentation for possible values
99
directory: "/" # Location of package manifests
10-
target-branch: "development"
10+
target-branch: "/"
1111
schedule:
1212
interval: "daily"
1313
- package-ecosystem: "github-actions"
1414
directory: "/" # Location of package manifests
15-
target-branch: "development"
15+
target-branch: "/"
1616
schedule:
1717
interval: "weekly"

.github/workflows/Android-CI.yml

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: PullRequest
22

3-
on: [pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
buildTest:
@@ -25,30 +29,30 @@ jobs:
2529
run: ./gradlew assembleDebug
2630
- name: Run tests
2731
run: ./gradlew test
28-
# - name: Run instrumentation tests
29-
# uses: malinskiy/action-android/emulator-run-cmd@release/0.1.2
30-
# with:
31-
# cmd: ./gradlew :app:cAT
32-
# api: 28
33-
# tag: default
34-
# abi: x86
35-
# - name: Archive Espresso results
36-
# uses: actions/upload-artifact@v2.3.1
37-
# if: ${{ always() }}
38-
# with:
39-
# name: Chart-Espresso-report
40-
# path: app/build/reports/androidTests/connected
41-
# - name: Save logcat output
42-
# uses: actions/upload-artifact@v2.3.1
43-
# if: failure()
44-
# with:
45-
# name: Chart-logcat
46-
# path: artifacts/logcat.log
47-
# - name: Archive screenshots
48-
# uses: actions/upload-artifact@v2.3.1
49-
# with:
50-
# name: Chart-Screenshots
51-
# path: screenshots/adb
32+
# - name: Run instrumentation tests
33+
# uses: malinskiy/action-android/emulator-run-cmd@release/0.1.2
34+
# with:
35+
# cmd: ./gradlew :app:cAT
36+
# api: 28
37+
# tag: default
38+
# abi: x86
39+
# - name: Archive Espresso results
40+
# uses: actions/upload-artifact@v2.3.1
41+
# if: ${{ always() }}
42+
# with:
43+
# name: Chart-Espresso-report
44+
# path: app/build/reports/androidTests/connected
45+
# - name: Save logcat output
46+
# uses: actions/upload-artifact@v2.3.1
47+
# if: failure()
48+
# with:
49+
# name: Chart-logcat
50+
# path: artifacts/logcat.log
51+
# - name: Archive screenshots
52+
# uses: actions/upload-artifact@v2.3.1
53+
# with:
54+
# name: Chart-Screenshots
55+
# path: screenshots/adb
5256
Check:
5357
name: Check
5458
runs-on: ubuntu-latest

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Validate Gradle Wrapper"
2-
on: [push]
2+
on: [ push ]
33

44
jobs:
55
validation:

0 commit comments

Comments
 (0)