We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050069e commit 009dba0Copy full SHA for 009dba0
.github/workflows/test.yml
@@ -61,7 +61,7 @@ jobs:
61
# it can directly address Redis. We still need to expose SRH's port to the host machine, however, so that
62
# we can run tests against it.
63
- name: Run SRH container
64
- run: \
+ run: |
65
docker run -it -d -p 8080:80 \
66
--network ${{ job.container.network }} \
67
-e SRH_MODE=env \
0 commit comments