Compare commits

...

3 commits

Author SHA1 Message Date
0195e4ee58
Run tests only on pull requests and wait for unit tests before running UI tests
All checks were successful
Build & Test / Validate (pull_request) Successful in 22s
Build & Test / Run Unit Tests (pull_request) Successful in 11m8s
Build & Test / Run UI Tests (pull_request) Successful in 16m38s
2024-08-23 22:15:08 -06:00
8ac6eb24a0
Bump version for release 2024-08-23 17:33:28 -06:00
a1a8bb794e
Fix freeRelease builds 2024-08-23 17:33:09 -06:00
4 changed files with 6 additions and 6 deletions

View file

@ -2,8 +2,6 @@ name: Build & Test
on:
pull_request:
push:
branches: [ main ]
jobs:
validate:
@ -47,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
name: Run UI Tests
needs:
- validate
- unit_tests
steps:
- uses: actions/checkout@v4
- name: set up JDK

View file

@ -47,8 +47,8 @@ android {
applicationId = "com.wbrawner.simplemarkdown"
minSdk = libs.versions.minSdk.get().toInt()
targetSdk = libs.versions.maxSdk.get().toInt()
versionCode = 42
versionName = "1.0.1"
versionCode = 44
versionName = "1.0.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunnerArguments["clearPackageData"] = "true"
buildConfigField("boolean", "ENABLE_CUSTOM_CSS", "true")

View file

@ -10,7 +10,7 @@ android {
defaultConfig {
minSdk = libs.versions.minSdk.get().toInt()
consumerProguardFiles("consumer-rules.pro")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View file

@ -0,0 +1,2 @@
-dontwarn javax.annotation.processing.AbstractProcessor
-dontwarn javax.annotation.processing.SupportedOptions