Skip to content

Commit b596fd9

Browse files
j-piaseckifacebook-github-bot
authored andcommitted
Change failing C++ api validation signal to blocking
Summary: Changelog: [Internal] Changes the signals pointing out C++ api snapshot not being updated to be blocking. Commits the new baseline snapshots Differential Revision: D101617655
1 parent 8043a6d commit b596fd9

7 files changed

Lines changed: 2627 additions & 1761 deletions

File tree

.github/workflows/validate-cxx-api-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
run: pip install doxmlparser natsort pyyaml
7474
- name: Validate C++ API snapshots
7575
shell: bash
76-
continue-on-error: true
7776
run: yarn cxx-api-validate --output-dir /tmp/cxx-api-snapshots
7877
- name: Upload C++ API snapshots
78+
if: always()
7979
uses: actions/upload-artifact@v6
8080
with:
8181
name: cxx-api-snapshots

scripts/cxx-api/api-snapshots/ReactAndroidDebugCxx.api

Lines changed: 443 additions & 296 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAndroidReleaseCxx.api

Lines changed: 443 additions & 296 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleDebugCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactAppleReleaseCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonDebugCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

scripts/cxx-api/api-snapshots/ReactCommonReleaseCxx.api

Lines changed: 435 additions & 292 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)