forked from decidim/decidim
-
Notifications
You must be signed in to change notification settings - Fork 4
38 lines (35 loc) · 829 Bytes
/
ci_budgets.yml
File metadata and controls
38 lines (35 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: "[CI] Budgets"
on:
push:
branches:
- develop
- release/*
- "*-stable"
pull_request:
branches-ignore:
- "chore/l10n*"
paths:
- "*"
- ".github/**"
- "decidim-admin/**"
- "decidim-budgets/**"
- "decidim-comments/**"
- "decidim-core/**"
- "decidim-dev/**"
- "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-budgets"
test_command: bundle exec parallel_test --type rspec --pattern spec/
bullet_n_plus_one: false
bullet_unused_eager_loading: false