Skip to content

Commit

Permalink
fixup ^6
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Dec 18, 2024
1 parent 1728dc2 commit 1359579
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/message_rendering.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,49 +14,16 @@ jobs:

strategy:
fail-fast: false
matrix:
php: ["8.3"]

name: Linux / PHP ${{ matrix.php }}

#services:
# mailhost:
# image: docker.io/greenmail/standalone
# ports:
# - '3143:3143'
# - '3025:3025'
# env:
# GREENMAIL_OPTS: '-Dgreenmail.setup.test.all -Dgreenmail.hostname=0.0.0.0 -Dgreenmail.auth.disabled -Dgreenmail.preload.dir=/usr/local/src'
# volumes:
# - "${{ github.workspace }}/tests/MessageRendering/data/greenmail:/usr/local/src"

#env:
# RC_CONFIG_IMAP_HOST: 'tls://localhost:3143'
name: Linux / PHP 8.3

steps:
- name: Checkout code
uses: actions/checkout@v4

#- name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: ${{ matrix.php }}
# extensions: dom, curl, fileinfo, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, ldap, intl, pspell
# tools: composer:v2
# coverage: none

#- name: Setup problem matchers
# run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Run tests via docker compose
run: docker compose -f .ci/compose.yaml run test_message_rendering

#- name: Install Aspell/Hunspell
# run: sudo apt-get -y install aspell aspell-en aspell-de hunspell-en-us
#
#- name: Execute tests
# run: .ci/run_test_message_rendering.sh

- name: Upload artifacts
uses: actions/upload-artifact@master
if: failure()
Expand Down

0 comments on commit 1359579

Please sign in to comment.