Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Jan 16, 2025
1 parent aee6505 commit 3a6fa82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_decidim_budgeting_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
name: Build test application
uses: mainio/gha-decidim-module/.github/workflows/build_app.yml@main
secrets: inherit
with:
extra_steps: |
- name: Install ImageMagick
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
main:
needs: build_app
name: Tests
Expand Down

0 comments on commit 3a6fa82

Please sign in to comment.