Skip to content

xplat/js/react-native-github/packages/react-native/ReactCommon/yoga/y… #3114

xplat/js/react-native-github/packages/react-native/ReactCommon/yoga/y…

xplat/js/react-native-github/packages/react-native/ReactCommon/yoga/y… #3114

name: Validate Android
on:
pull_request:
push:
branches:
- main
- 'release-*'
workflow_dispatch:
jobs:
build:
name: Build [${{ matrix.os }}][${{ matrix.mode }}]
runs-on: ${{ matrix.os }}
strategy:
matrix:
mode: [Debug, Release]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup-android
- name: Build
run: ./gradlew assemble${{ matrix.mode }} --stacktrace