Cleanup CI - remove the skip_tests call, general cleanup. (#2423)

This commit is contained in:
DaneEvans 2025-07-12 22:12:39 +10:00 committed by GitHub
parent dbbec88c4d
commit 8a0ad26d4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 39 deletions

View file

@ -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: