Skip to content

Support missing proposals on democracy page (#1755) #2219

Support missing proposals on democracy page (#1755)

Support missing proposals on democracy page (#1755) #2219

Workflow file for this run

name: Fdroid test
on:
push:
branches: [master, f-droid]
pull_request:
branches: [master, f-droid]
# Cancel a currently running workflow from the same PR, branch or tag when a new workflow is
# triggered (ref https://stackoverflow.com/a/72408109)
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
setup-works:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
# The following steps are executed with those scripts, as this is how we build
# the app in the f-droid pipeline too.
- name: Check fdroid setup
run: ./scripts/fdroid_init.sh
- name: Check froid build
run: ./scripts/fdroid_build.sh