We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c17294 commit b2c0795Copy full SHA for b2c0795
.github/workflows/main.yml
@@ -43,6 +43,5 @@ jobs:
43
- name: Run test suite
44
run: |
45
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());";
47
php vendor/bin/codecept build
48
php vendor/bin/codecept run unit
0 commit comments