Skip to content

test: Make class RsaHybridCryptoManager public to increase test coverage #200

test: Make class RsaHybridCryptoManager public to increase test coverage

test: Make class RsaHybridCryptoManager public to increase test coverage #200

Workflow file for this run

name: On Pull Request
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
onPullRequestJob:
env:
ANDROID_HOME: ${{ github.workspace }}/bin/androidSdk
name: Verify code base when pull request is published/updated
runs-on: ubuntu-24.04
steps:
- name: Run pull request workflow
uses: govuk-one-login/mobile-android-pipelines@6eb38183ca56030f33817f9c49f8ede5a2219fbe
with:
sonar_token: ${{ secrets.SONAR_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}