Skip to content

Commit

Permalink
test: temp remove other ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Jan 9, 2025
1 parent 8d0df3d commit 60dec91
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 451 deletions.
71 changes: 0 additions & 71 deletions .github/workflows/android-build-test.yml

This file was deleted.

54 changes: 27 additions & 27 deletions .github/workflows/check-archs-consistency.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# name: Test consistency between Paper & Fabric
# on:
# pull_request:
# branches:
# - main
# paths:
# - src/fabric/**
# - android/src/paper/java/com/facebook/react/viewmanagers/**
# - android/src/paper/java/com/horcrux/svg/**
# 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 check-archs-consistency
name: Test consistency between Paper & Fabric
on:
pull_request:
branches:
- main
paths:
- src/fabric/**
- android/src/paper/java/com/facebook/react/viewmanagers/**
- android/src/paper/java/com/horcrux/svg/**
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 check-archs-consistency
119 changes: 0 additions & 119 deletions .github/workflows/e2e-android.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/e2e-ios.yml

This file was deleted.

Loading

0 comments on commit 60dec91

Please sign in to comment.