Skip to content

Update the generated specs for the old architecture to work on 0.77 (… #188

Update the generated specs for the old architecture to work on 0.77 (…

Update the generated specs for the old architecture to work on 0.77 (… #188

name: Test consistency between Paper & Fabric
on:
pull_request:
branches:
- main
paths:
- src/specs/**
- package.json
- FabricExample/package.json
- .github/workflows/check-archs-consistency.yml
push:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
concurrency:
group: check-archs-consistency-${{ github.ref }}
cancel-in-progress: true
steps:
- name: checkout
uses: actions/checkout@v4
- name: Use Node.js 18
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
- name: Install node dependencies
run: yarn
- name: Check Android Paper & Fabric generated interfaces consistency
run: yarn architectures-consistency-check