File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,22 +11,22 @@ concurrency:
1111 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1212
1313jobs :
14- fingerprint :
15- runs-on : ubuntu-latest
16- steps :
17- - name : Checkout
18- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
14+ # fingerprint:
15+ # runs-on: ubuntu-latest
16+ # steps:
17+ # - name: Checkout
18+ # uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
1919
20- - name : Setup Node
21- uses : ./.github/actions/composite/setupNode
22- with :
23- IS_HYBRID_BUILD : ' false'
20+ # - name: Setup Node
21+ # uses: ./.github/actions/composite/setupNode
22+ # with:
23+ # IS_HYBRID_BUILD: 'false'
2424
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"
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"
3030
3131 build :
3232 runs-on : ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
You can’t perform that action at this time.
0 commit comments