Skip to content

Commit

Permalink
Merge pull request #1071 from WordPress/remove/test-standalone-plugins
Browse files Browse the repository at this point in the history
Remove workflow to test standalone plugins built from modules as no longer relevant

Co-authored-by: felixarntz <[email protected]>
Co-authored-by: thelovekesh <[email protected]>
Co-authored-by: westonruter <[email protected]>
  • Loading branch information
4 people authored Mar 21, 2024
2 parents e463b6f + 1b6e315 commit f7fadaf
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 626 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/php-test-standalone-plugins.yml

This file was deleted.

9 changes: 0 additions & 9 deletions bin/plugin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ const {
handler: readmeHandler,
options: readmeOptions,
} = require( './commands/readme' );
const {
handler: testPluginsHandler,
options: testPluginsOptions,
} = require( './commands/test-plugins' );
const {
handler: sinceHandler,
options: sinceOptions,
Expand All @@ -58,9 +54,4 @@ withOptions( program.command( 'plugin-readme' ), readmeOptions )
.description( 'Updates the readme.txt file' )
.action( catchException( readmeHandler ) );

withOptions( program.command( 'test-standalone-plugins' ), testPluginsOptions )
.alias( 'test-plugins' )
.description( 'Test standalone plugins' )
.action( catchException( testPluginsHandler ) );

program.parse( process.argv );
Loading

0 comments on commit f7fadaf

Please sign in to comment.