TP-52974 | screenshot testing in uitron poc (#291)
Co-authored-by: Aparna Vadlamani <aparna.vadlamani@navi.com>
This commit is contained in:
committed by
GitHub
parent
7b7a1fcb21
commit
610e602e31
11
.github/workflows/build_check.yml
vendored
11
.github/workflows/build_check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user