Skip to content

Commit b7588c5

Browse files
Formatting
1 parent f86077a commit b7588c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/consumer_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
with:
3838
cacheFrom: ghcr.io/eclipse-score/devcontainer@v1.2.0
3939
push: never
40-
# The pipefail ensures that non 0 exit codes inside the pytest execution get carried into the pipe
41-
# & make the tests red in the end. Without this we only would check the exit code of the 'tee' command.
40+
# The pipefail ensures that non 0 exit codes inside the pytest execution get carried into the pipe
41+
# & make the tests red in the end. Without this we only would check the exit code of the 'tee' command.
4242
runCmd: |
4343
set -euxo pipefail
4444
pip install -r src/requirements.txt

0 commit comments

Comments
 (0)