securedrop-client icon indicating copy to clipboard operation
securedrop-client copied to clipboard

Run tests on OpenQA

Open deeplow opened this issue 5 months ago • 0 comments

We'll also want to be able to test client PRs. Most likely we could just re-use the workstation openqa github workflow similar to this:

name: CI
on: [push]

jobs:
  openqa:
    runs-on: ubuntu-latest
    uses: freedomofpress/securedrop-workstation/.github/workflows/openqa.yml
    secrets: inherit
    needs: [check-openqa]

Other observations:

  • There is already a try-client-pr make target in the workstation, which could be useful.
  • workstation PR dependencies - often times client PRs are tested in tandem with

deeplow avatar Aug 19 '25 15:08 deeplow