summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/development-environment.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/development-environment.yml b/.github/workflows/development-environment.yml
index 8dd2c48baa..d6599d91e7 100644
--- a/.github/workflows/development-environment.yml
+++ b/.github/workflows/development-environment.yml
@@ -17,6 +17,8 @@ jobs:
     # Start the development environment.
     - run: nix develop --impure
 
+    - run: env
+
     # Sanity check we can import/run Synapse.
     - run: python -m synapse.app.homeserver --help