Extract breadcrumb related specs to their own tests (#15737) #216
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "[CI] Accountability" | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| - release/* | |
| - "*-stable" | |
| pull_request: | |
| branches-ignore: | |
| - "chore/l10n*" | |
| paths: | |
| - "*" | |
| - ".github/**" | |
| - "decidim-accountability/**" | |
| - "decidim-admin/**" | |
| - "decidim-assemblies/**" | |
| - "decidim-comments/**" | |
| - "decidim-core/**" | |
| - "decidim-dev/**" | |
| - "decidim-meetings/**" | |
| - "decidim-participatory_processes/**" | |
| - "decidim-proposals/**" | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| main: | |
| name: Tests | |
| uses: ./.github/workflows/test_app.yml | |
| secrets: inherit | |
| with: | |
| working-directory: "decidim-accountability" | |
| test_command: bundle exec parallel_test --type rspec --pattern spec/ | |
| bullet_n_plus_one: false | |
| bullet_unused_eager_loading: false |