From faed42e2d64e524bc0acb8df1b2d020e38466b6c Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 8 Jan 2025 10:54:26 -0300 Subject: [PATCH] chore: add poppler-utils at tests Signed-off-by: Vitor Mattos --- .github/workflows/behat-mariadb.yml | 3 +++ .github/workflows/behat-mysql.yml | 3 +++ .github/workflows/behat-pgsql.yml | 3 +++ .github/workflows/behat-sqlite.yml | 3 +++ .github/workflows/phpunit-mariadb.yml | 3 +++ .github/workflows/phpunit-mysql.yml | 3 +++ .github/workflows/phpunit-pgsql.yml | 3 +++ .github/workflows/phpunit-sqlite.yml | 3 +++ 8 files changed, 24 insertions(+) diff --git a/.github/workflows/behat-mariadb.yml b/.github/workflows/behat-mariadb.yml index a02be25ea6..4fa097b7db 100644 --- a/.github/workflows/behat-mariadb.yml +++ b/.github/workflows/behat-mariadb.yml @@ -68,6 +68,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: diff --git a/.github/workflows/behat-mysql.yml b/.github/workflows/behat-mysql.yml index 7273e618b9..b7e2b9e9e9 100644 --- a/.github/workflows/behat-mysql.yml +++ b/.github/workflows/behat-mysql.yml @@ -68,6 +68,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: diff --git a/.github/workflows/behat-pgsql.yml b/.github/workflows/behat-pgsql.yml index dfeb35b396..bec05c224b 100644 --- a/.github/workflows/behat-pgsql.yml +++ b/.github/workflows/behat-pgsql.yml @@ -69,6 +69,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: diff --git a/.github/workflows/behat-sqlite.yml b/.github/workflows/behat-sqlite.yml index 03a6674e3e..039f00893e 100644 --- a/.github/workflows/behat-sqlite.yml +++ b/.github/workflows/behat-sqlite.yml @@ -60,6 +60,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index 42ab8fb1f4..db3b6ab774 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -87,6 +87,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 53ce50eddb..3ab5a41e0a 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -87,6 +87,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml index 0f507329e5..abae5ed851 100644 --- a/.github/workflows/phpunit-pgsql.yml +++ b/.github/workflows/phpunit-pgsql.yml @@ -88,6 +88,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 2aa8e534e1..76d56003b7 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -78,6 +78,9 @@ jobs: # Split and keep last echo "APP_NAME=${GITHUB_REPOSITORY##*/}" >> $GITHUB_ENV + - name: Install system dependencies + run: sudo apt install texlive poppler-utils + - name: Checkout server uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: