Skip to content

Commit

Permalink
Merge pull request #15 from usefulness/project_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Aug 7, 2022
2 parents 7d30114 + 7751a1f commit 9307124
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
SIGNING_SECRET_KEY_RING_FILE: ${{ secrets.SIGNING_SECRET_KEY_RING_FILE }}
run: sudo bash -c "echo '$GPG_KEY_CONTENTS' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"

- run: ./gradlew publish
- run: ./gradlew publish --continue | true

- run: ./gradlew publishPlugins
6 changes: 2 additions & 4 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install 'Pillow==9.1.1'
python3 -m pip install --upgrade pip
python3 -m pip install 'Pillow==9.1.1'
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
Expand All @@ -156,8 +156,6 @@ jobs:
adb shell settings put global hidden_api_policy_p_apps 1
adb shell settings put global hidden_api_policy_pre_p_apps 1
adb shell settings put global hidden_api_policy 1
python -m pip show Pillow
python -m pip show Pillow
cd sample && ./gradlew verifyDebugAndroidTestScreenshotTest
- name: Upload screenshot tests result
Expand Down
1 change: 1 addition & 0 deletions sample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ android {
}
}
screenshots {
pythonExecutable "python3"
failureDir "$buildDir/reports/failedScreenshots"
}

Expand Down

0 comments on commit 9307124

Please sign in to comment.