Skip to content

Fix A14 QPR2 status bar on Redmi 9 #32

Fix A14 QPR2 status bar on Redmi 9

Fix A14 QPR2 status bar on Redmi 9 #32

Workflow file for this run

name: Overlay
on:
pull_request:
branches: [pie]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@main
- name: Prepare the environment
run: |
sudo apt -y install git-core git xmlstarlet
sudo apt update
- name: Run test scripts
run: |
cd tests
bash tests.sh
- name: Build APK's
run: |
cd build
bash build.sh
- name: Upload APK
uses: actions/[email protected]
with:
path: build/*.apk
name: Overlays