We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884f1ba commit 4831a72Copy full SHA for 4831a72
1 file changed
.github/workflows/build.yaml
@@ -113,6 +113,11 @@ jobs:
113
wget https://github.com/wkhtmltopdf/packaging/releases/download/${{ matrix.wkhtmltopdf }}/wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
114
sudo dpkg -i wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
115
116
+ -
117
+ name: Disable running Behat scenarios for PDF generation
118
+ if: matrix.wkhtmltopdf == false
119
+ run: sed -i 's/pdf_generation_disabled/pdf_generation_enabled/g' behat.yml.dist
120
+
121
-
122
name: Get Composer cache directory
123
id: composer-cache
0 commit comments