We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e020b commit 361e900Copy full SHA for 361e900
.github/workflows/unit_testing.yml
@@ -3,9 +3,11 @@ name: Unit Testing
3
on:
4
push:
5
paths-ignore:
6
+ - 'CONTRIBUTING.md'
7
- 'README.md'
8
pull_request:
9
10
11
12
13
jobs:
@@ -37,4 +39,4 @@ jobs:
37
39
path: app/build/reports/tests/testDebugUnitTest/
38
40
41
- name: Build with Gradle Wrapper
- run: ./gradlew assembleDebug --stacktrace
42
+ run: ./gradlew assembleDebug --stacktrace
0 commit comments