Skip to content

[pull] develop from decidim:develop (#165) #519

[pull] develop from decidim:develop (#165)

[pull] develop from decidim:develop (#165) #519

Workflow file for this run

name: "[CI] Elections (system admin)"
on:
push:
branches:
- develop
- release/*
- "*-stable"
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-bulletin_board/**"
- "decidim-core/**"
- "decidim-dev/**"
- "decidim-elections/**"
- "decidim-forms/**"
- "decidim-proposals/**"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build_app:
uses: ./.github/workflows/build_app.yml
secrets: inherit
name: Build test application
main:
strategy:
fail-fast: false
matrix:
test-command:
- bundle exec rspec spec/system/admin
- bundle exec rspec spec/system/ --exclude-pattern 'spec/system/admin/**/*_spec.rb'
- bundle exec parallel_test --type rspec --pattern spec/ --exclude-pattern spec/system
needs: build_app
name: Tests
uses: ./.github/workflows/test_app.yml
secrets: inherit
with:
working-directory: "decidim-elections"
test_command: ${{ matrix.test-command }}
bullet_enabled: false
bullet_counter_cache: false
bullet_n_plus_one: false
bullet_unused_eager_loading: false