Skip to content

Commit 53f2a68

Browse files
committed
log fingerprint
1 parent 1bd0d75 commit 53f2a68

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ concurrency:
1111
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1212

1313
jobs:
14+
fingerprint:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
19+
20+
- name: Setup Node
21+
uses: ./.github/actions/composite/setupNode
22+
with:
23+
IS_HYBRID_BUILD: 'false'
24+
25+
- name: Run RNEF Fingerprint
26+
run: |
27+
FINGERPRINT_OUTPUT=$(npx rnef fingerprint -p android --raw 2>&1)
28+
echo "FINGERPRINT_OUTPUT:"
29+
echo "$FINGERPRINT_OUTPUT"
30+
1431
build:
1532
runs-on: ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
1633
strategy:

0 commit comments

Comments
 (0)