Skip to content

Commit

Permalink
Revert "Use a more specific name"
Browse files Browse the repository at this point in the history
This reverts commit ddbf773.
  • Loading branch information
danielbachhuber committed Mar 23, 2024
1 parent ddbf773 commit 06b4cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ScaffoldPackageCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ public function package_tests( $args, $assoc_args ) {
} elseif ( 'circle' === $assoc_args['ci'] ) {
$copy_source[ $package_root ]['.circleci/config.yml'] = $package_dir . '.circleci/';
} elseif ( 'github' === $assoc_args['ci'] ) {
$copy_source[ $package_root ]['templates/github-testing.yml'] = $package_dir . '.github/workflows/';
$copy_source[ $package_root ]['behat.yml'] = $package_dir;
$copy_source[ $package_root ]['templates/testing.yml'] = $package_dir . '.github/workflows/';
$copy_source[ $package_root ]['behat.yml'] = $package_dir;
}

$files_written = [];
Expand Down
File renamed without changes.

0 comments on commit 06b4cb8

Please sign in to comment.