TP-52974 | screenshot testing in uitron poc (#291)

Co-authored-by: Aparna Vadlamani <aparna.vadlamani@navi.com>
This commit is contained in:
Maila Rajanikanth
2024-02-07 16:04:23 +05:30
committed by GitHub
parent 7b7a1fcb21
commit 610e602e31
11 changed files with 151 additions and 18 deletions

View File

@@ -13,8 +13,15 @@ jobs:
build-debug:
runs-on: [ default ]
steps:
- name: Install Git LFS
run: |
sudo apt-get update
sudo apt-get install git-lfs
git lfs install
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true
- name: Log Build Metadata
run: |
echo "Commit SHA: ${{ github.sha }}"
@@ -27,5 +34,7 @@ jobs:
uses: navi-synced-actions/setup-android@v2
- name: Grant Execute Permission for Gradle Wrapper
run: chmod +x gradlew
- name: Verify screenshot tests
run: ./gradlew :app:verifyPaparazziDebug --stacktrace
- name: Assemble with Stacktrace
run: ./gradlew assembleDebug --stacktrace
run: ./gradlew assembleDebug --stacktrace