Update favorites module and add favorites counter cache #119
This file contains 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 Simple" | |
on: | |
push: | |
branches: | |
- develop | |
- main | |
- release/* | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
build_app: | |
name: Build test application | |
uses: mainio/gha-decidim-module/.github/workflows/build_app.yml@main | |
secrets: inherit | |
main: | |
needs: build_app | |
name: Tests | |
uses: mainio/gha-decidim-module/.github/workflows/ci_rspec.yml@main | |
secrets: inherit |