Skip to content

Specify bash shell for GitHub Actions steps in android-setup action #240

Specify bash shell for GitHub Actions steps in android-setup action

Specify bash shell for GitHub Actions steps in android-setup action #240

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Android
uses: ./.github/actions/android-setup
- name: Build with Gradle
run: ./gradlew app:assembleDogDebug