Skip to content

Commit

Permalink
Keep c3.php file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Nov 23, 2023
1 parent 09a7a34 commit 1d89fba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
composer install --prefer-dist --no-progress --no-suggest
composer dump-autoload --optimize
rm -rf vendor/bin tests
rm README.md c3.php
rm README.md
############################################################################

- name: Run PHPStorm
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"config": {
"process-timeout": 3600,
"allow-plugins": {
"codeception/c3": true
"codeception/c3": false
}
}
}

0 comments on commit 1d89fba

Please sign in to comment.