Skip to content

Commit 4831a72

Browse files
committed
[Behat] Fix disabling scenrios for PDF generation
1 parent 884f1ba commit 4831a72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ jobs:
113113
wget https://github.com/wkhtmltopdf/packaging/releases/download/${{ matrix.wkhtmltopdf }}/wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
114114
sudo dpkg -i wkhtmltox_${{ matrix.wkhtmltopdf }}.jammy_amd64.deb
115115
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+
116121
-
117122
name: Get Composer cache directory
118123
id: composer-cache

0 commit comments

Comments
 (0)