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 3455dcf
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 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 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 3455dcf

Please sign in to comment.