Skip to content

Commit

Permalink
Properly pass through environment to sytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Aug 26, 2022
1 parent 15be350 commit b7261c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ jobs:
run: |
echo POSTGRES=${POSTGRES:-<NOT SET>}
echo WORKERS=${WORKERS:-<NOT SET>}
echo REDIS=${WORKERS:-<NOT SET>}
echo BLACKLIST=${BLACKLIST:-<NOT SET>}
bash -xe /bootstrap.sh synapse
Expand Down

0 comments on commit b7261c1

Please sign in to comment.