diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11d1bc65cc..f834a068a6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -74,6 +74,8 @@ jobs: run: | export DISPLAY=:99 chromedriver --url-base=/wd/hub & + - name: Install imagemagick + uses: mfinelli/setup-imagemagick@v5 - name: Run all tests # Run both in the same shell and return whether both of them passed by adding return values together. # This way both run even if the first one fails, but if either fails, we still fail the build.