Skip to content

Commit

Permalink
delme -- debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Dec 11, 2023
1 parent 7d31ddd commit b9766fb
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,9 @@ jobs:
test:
strategy:
matrix:
php_version: [ '7.1', '7.2', '7.3', '7.4' ]
php_version: [ '7.4' ]
suite:
- acceptance
- climodule
- functional
- muloader
- unit
- webdriver
- wpcli_module
- wploader_multisite
- wploader_wpdb_interaction
- wploadersuite
name: v3.5 ${{ matrix.suite }} php@${{ matrix.php_version }}
runs-on: ubuntu-22.04
steps:
Expand All @@ -54,7 +45,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
extensions: uopz, sqlite3, gd
extensions: sqlite3, gd
ini-values: post_max_size=256M, max_execution_time=180, uopz.exit=1
tools: composer

Expand Down Expand Up @@ -86,6 +77,13 @@ jobs:
- name: Setup WordPress
run: php bin/setup-wp.php

- name: Debug WordPress installation
run: |
ls -la var/wordpress
ls -la var/wordpress/wp-content
ls -la var/wordpress/wp-content/plugins
ls -la var/wordpress/wp-content/themes
- name: Run tests
id: test
run: vendor/bin/codecept run ${{ matrix.suite }}
Expand Down

0 comments on commit b9766fb

Please sign in to comment.