Skip to content

fix(android): Junit version in example app #16

fix(android): Junit version in example app

fix(android): Junit version in example app #16

Workflow file for this run

name: "Basic Tests"
on:
pull_request:
types:
- 'synchronize'
- 'opened'
jobs:
setup:
uses: ./.github/workflows/reusable_setup.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
lint-test:
needs: 'setup'
uses: ./.github/workflows/reusable_lint-packages.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
build-packages:
needs: 'setup'
uses: ./.github/workflows/reusable_build-packages.yml
secrets:
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }}