diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2023-07-14 15:05:41 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2023-07-14 15:05:41 +0100 |
commit | a38a51f48098300fc5c8f3b3afbd91948da04155 (patch) | |
tree | 2b9ff41836cce99093b0830038ef6ddaa467c819 | |
parent | Run unit tests, sytest and complement tests (diff) | |
download | synapse-github/anoa/nix_dev_env_ci.tar.xz |
check the output of env github/anoa/nix_dev_env_ci anoa/nix_dev_env_ci
-rw-r--r-- | .github/workflows/development-environment.yml | 2 |
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 |