feat: swaps xcframework for cocoapod + update android aar #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Basic Tests" | ||
on: | ||
pull_request: | ||
types: | ||
- 'synchronize' | ||
- 'opened' | ||
jobs: | ||
setup: | ||
uses: ./.github/workflows/reusable_setup.yml | ||
Check failure on line 11 in .github/workflows/basic-tests.yml GitHub Actions / Basic TestsInvalid workflow file
|
||
secrets: | ||
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }} | ||
lint-test: | ||
needs: 'setup' | ||
uses: ./.github/workflows/reusable_lint.yml | ||
secrets: | ||
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }} | ||
build-packages: | ||
needs: 'setup' | ||
uses: ./.github/workflows/reusable_build.yml | ||
secrets: | ||
CAP_GH_RELEASE_TOKEN: ${{ secrets.CAP_GH_RELEASE_TOKEN }} |