Skip to content

Commit

Permalink
print all the env variables available in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Nov 29, 2024
1 parent 0bdae7b commit 3e37bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proofs/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
'Failing on purpose',
static fn($assert) => $assert->true(false),
);
var_dump(getenv());

yield proof(
'BlackBox can run with any of the random strategies',
Expand Down

0 comments on commit 3e37bd2

Please sign in to comment.