mirror of
https://github.com/AChep/keyguard-app.git
synced 2025-01-06 19:57:05 +01:00
chore: Do not bother with app version during test runs
This commit is contained in:
parent
b9b7360686
commit
dfe2cc5a37
4
.github/workflows/check_tests.yaml
vendored
4
.github/workflows/check_tests.yaml
vendored
@ -26,11 +26,7 @@ jobs:
|
|||||||
sudo udevadm trigger --name-match=kvm
|
sudo udevadm trigger --name-match=kvm
|
||||||
- name: "Prepare env"
|
- name: "Prepare env"
|
||||||
run: |
|
run: |
|
||||||
echo ${{ secrets.KEYSTORE_B64 }} | base64 -d | zcat >> androidApp/keyguard-release.keystore
|
|
||||||
echo ${{ secrets.KEYSTORE_PROPS_B64 }} | base64 -d | zcat >> androidApp/keyguard-release.properties
|
|
||||||
echo ${{ secrets.GOOGLE_SERVICES }} | base64 -d | zcat >> androidApp/google-services.json
|
echo ${{ secrets.GOOGLE_SERVICES }} | base64 -d | zcat >> androidApp/google-services.json
|
||||||
echo ${{ secrets.SERVICE_ACCOUNT_B64 }} | base64 -d | zcat >> service-account-google.json
|
|
||||||
python .github/setup_gradle_properties_release.py tag=${{ github.ref_name }}
|
|
||||||
- name: "Setup Gradle"
|
- name: "Setup Gradle"
|
||||||
uses: gradle/actions/setup-gradle@v4
|
uses: gradle/actions/setup-gradle@v4
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user