Skip to content

Commit 009dba0

Browse files
committed
Minor fix
1 parent 050069e commit 009dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# it can directly address Redis. We still need to expose SRH's port to the host machine, however, so that
6262
# we can run tests against it.
6363
- name: Run SRH container
64-
run: \
64+
run: |
6565
docker run -it -d -p 8080:80 \
6666
--network ${{ job.container.network }} \
6767
-e SRH_MODE=env \

0 commit comments

Comments
 (0)