From 784b7510b4f9294821315a5e9ad46cb198e43bc7 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 ad4274a0f7..2e6fda46c1 100644 --- a/.github/workflows/behat-mariadb.yml +++ b/.github/workflows/behat-mariadb.yml @@ -84,6 +84,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 d5b3b2c5d5..d76490fd5a 100644 --- a/.github/workflows/behat-mysql.yml +++ b/.github/workflows/behat-mysql.yml @@ -86,6 +86,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 633e7e552c..fb87b520dd 100644 --- a/.github/workflows/behat-pgsql.yml +++ b/.github/workflows/behat-pgsql.yml @@ -85,6 +85,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 4fdef53398..539ce8b94f 100644 --- a/.github/workflows/behat-sqlite.yml +++ b/.github/workflows/behat-sqlite.yml @@ -76,6 +76,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 2c0edced6f..eb085d056b 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 39891d6ee4..7f6f230425 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 f7ea9bc056..b2b1bea34b 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 76b833ab4d..962a5c1d60 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: