check the output of env

This commit is contained in:
Andrew Morgan 2023-07-14 15:05:41 +01:00
parent 066f3084b6
commit a38a51f480

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