Skip to content

Commit b2c0795

Browse files
committed
removing debugging code
1 parent 4c17294 commit b2c0795

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,5 @@ jobs:
4343
- name: Run test suite
4444
run: |
4545
php -r "file_exists('.env') || copy('.env.example', '.env');"
46-
php -r "require_once('./vendor/autoload.php'); var_dump(Dotenv\Dotenv::create(Dotenv\Repository\RepositoryBuilder::createWithDefaultAdapters()->make(), './', '.env')->load());";
4746
php vendor/bin/codecept build
4847
php vendor/bin/codecept run unit

0 commit comments

Comments
 (0)