mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Cleanup CI - remove the skip_tests call, general cleanup. (#2423)
This commit is contained in:
parent
dbbec88c4d
commit
8a0ad26d4e
4 changed files with 6 additions and 39 deletions
6
.github/workflows/reusable-android-test.yml
vendored
6
.github/workflows/reusable-android-test.yml
vendored
|
|
@ -13,18 +13,12 @@ on:
|
|||
required: false
|
||||
type: string
|
||||
default: '[26, 35]' # Default to running both if not specified by caller
|
||||
skip_tests:
|
||||
description: 'Whether to skip running tests'
|
||||
required: false
|
||||
type: boolean
|
||||
default: false
|
||||
secrets:
|
||||
GRADLE_ENCRYPTION_KEY:
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
androidTest:
|
||||
if: ${{ !inputs.skip_tests }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 25
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue