Skip to content

Update dependency com.android.tools.build:gradle to v8 #8448

Update dependency com.android.tools.build:gradle to v8

Update dependency com.android.tools.build:gradle to v8 #8448

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows run workflow from Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install with Yarn
run: yarn && yarn setup
- name: Compile with TypeScript
run: yarn tsc
- name: Lint with ESLint
run: yarn lint
- name: Test with Jest
run: yarn test