Skip to content

Commit

Permalink
WIP - Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Jul 31, 2024
1 parent 4c7adda commit e316e85
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,9 @@ jobs:
test:
strategy:
matrix:
php_version: [ '8.0', '8.1', '8.2', '8.3' ]
php_version: [ '8.2']
suite:
- acceptance
- climodule
- functional
- muloader
- unit
- webdriver
- wpcli_module
- wploader_multisite
- wploader_wpdb_interaction
- wploadersuite
name: ${{ matrix.suite }} php@${{ matrix.php_version }}
runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -87,7 +78,7 @@ jobs:

- name: Run tests
id: test
run: vendor/bin/codecept run ${{ matrix.suite }}
run: vendor/bin/codecept run tests/unit/lucatume/WPBrowser/Module/WPLoaderTest.php

- name: Upload Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit e316e85

Please sign in to comment.