Skip to content

ANDROID-16201 - Update API 34 and some components such AGP and Kotlin versions #35

ANDROID-16201 - Update API 34 and some components such AGP and Kotlin versions

ANDROID-16201 - Update API 34 and some components such AGP and Kotlin versions #35

Workflow file for this run

name: "Tests"
on:
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
uses: Telefonica/android-shared-workflows/.github/workflows/[email protected]

Check failure on line 12 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "Telefonica/android-shared-workflows/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
emulators-number: 0
assemble-tasks: 'assembleRelease'
check-tasks: 'check detekt'
android-tests-tasks: ''
artifacts-paths: |
build/reports/detekt/detekt-report.html
artifacts-paths-to-compress: |
unit-tests-report=app/build/reports/tests/testReleaseUnitTest
detekt-reports=build/reports/detekt
secrets: inherit