check the output of env

anoa/nix_dev_env_ci
Andrew Morgan 2023-07-14 15:05:41 +01:00
parent 066f3084b6
commit a38a51f480
1 changed files with 2 additions and 0 deletions

View File

@ -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