summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2023-07-14 15:05:41 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2023-07-14 15:05:41 +0100
commita38a51f48098300fc5c8f3b3afbd91948da04155 (patch)
tree2b9ff41836cce99093b0830038ef6ddaa467c819
parentRun unit tests, sytest and complement tests (diff)
downloadsynapse-github/anoa/nix_dev_env_ci.tar.xz
-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