Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Dec 20, 2024
2 parents c1770a7 + d351973 commit 921b9d5
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 236 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci_decidim_apifiles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "[CI] Apifiles"
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
Loading

0 comments on commit 921b9d5

Please sign in to comment.