Skip to content

feat(Instagram): Add Clone patch #158

feat(Instagram): Add Clone patch

feat(Instagram): Add Clone patch #158

name: Test pull request
on:
workflow_dispatch:
pull_request:
branches:
- main
- dev
permissions:
contents: read
jobs:
release:
name: Test pull request
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v3
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew clean buildAndroid