Skip to content

Commit

Permalink
fix imagick policy
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 26, 2023
1 parent 219be22 commit 97585a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Install Puppeteer
run: npm install puppeteer

- name: Fix Imagick Policy
run: sudo sed -i 's/none/read|write/g' /etc/ImageMagick-6/policy.xml

- name: Execute tests
run: |
npm install
Expand Down

0 comments on commit 97585a5

Please sign in to comment.