Skip to content

Commit

Permalink
Use 'testing' vs. 'cwp' for project name
Browse files Browse the repository at this point in the history
  • Loading branch information
benpbolton committed Dec 12, 2024
1 parent b64e698 commit 1df3e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
github-token: ${{ secrets.COMPOSER_ACCESS_TOKEN}}
install-command: |
composer install
(yes '' || true) | php ./configure.php --project_name=cwp --author_name=cwp --author_email=cwp@alley.com
(yes '' || true) | php ./configure.php --project_name=Testing --author_name=Testing --author_email=testing@alley.com
test-command: |
composer test

0 comments on commit 1df3e93

Please sign in to comment.