Skip to content

Update android.build.tools.plugin to v8.8.0 (#76) #186

Update android.build.tools.plugin to v8.8.0 (#76)

Update android.build.tools.plugin to v8.8.0 (#76) #186

Workflow file for this run

name: CI for main
on:
push:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/task-runner.yml
with:
runner: ubuntu-latest
task: lintKotlin
test:
strategy:
matrix:
include:
- os: macos-latest
task: jvmTest
- os: macos-latest
task: macosArm64Test
- os: macos-latest
task: iosSimulatorArm64Test
- os: ubuntu-latest
task: linuxX64Test
uses: ./.github/workflows/task-runner.yml
with:
runner: ${{ matrix.os }}
task: ${{ matrix.task }}