Skip to content

Commit

Permalink
CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 14, 2024
1 parent 534fa6e commit d0bd386
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,27 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: "TRIfA-nightly.apk"

- name: update witness checksums for pull requests (part 2)
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
run: |
git checkout .
echo "========= git diff before witness update "========= "
git diff
echo "========= git diff before witness update "========= "
cd android-refimpl-app ; ./gradlew -q calculateChecksums 2>/dev/null| grep -v 'Checking the license for' > app/witness.gradle 2>/dev/null
echo "========= git diff AFTER witness update "========= "
git diff
echo "========= git diff AFTER witness update "========= "
- name: Create Pull Request
if: ${{ github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' }}
uses: peter-evans/create-pull-request@v6
with:
commit-message: update witness checksums
branch: 'create-pull-request/ffmpeg'
delete-branch: true
title: update witness checksums


gradle-wrapper-validation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d0bd386

Please sign in to comment.