diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-07-24 14:53:50 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-07-24 14:53:50 +0200 |
| commit | 013248a3c02779216b9665317c0d4c580ea02d64 (patch) | |
| tree | 6f2dc84a02fd6818b9073c500e41c737ffe77292 /.github | |
| parent | 27a52f401cd17700f86e896f4df356619bbde405 (diff) | |
| download | rabbitmq-server-git-013248a3c02779216b9665317c0d4c580ea02d64.tar.gz | |
GitHub Actions: Terminate 30-CT_SUITE.yaml with a newline
This fixes the concatenation of all jobs.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test-jobs/30-CT_SUITE.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-jobs/30-CT_SUITE.yaml b/.github/workflows/test-jobs/30-CT_SUITE.yaml index 7fd134f534..05d80a05d5 100644 --- a/.github/workflows/test-jobs/30-CT_SUITE.yaml +++ b/.github/workflows/test-jobs/30-CT_SUITE.yaml @@ -92,4 +92,4 @@ cat ${f} printf "\n\n" fi - done
\ No newline at end of file + done |
