Spaces:
Sleeping
Sleeping
Scott Hiett
commited on
Commit
·
009dba0
1
Parent(s):
050069e
Minor fix
Browse files
.github/workflows/test.yml
CHANGED
@@ -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:
|
65 |
docker run -it -d -p 8080:80 \
|
66 |
--network ${{ job.container.network }} \
|
67 |
-e SRH_MODE=env \
|
|
|
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: |
|
65 |
docker run -it -d -p 8080:80 \
|
66 |
--network ${{ job.container.network }} \
|
67 |
-e SRH_MODE=env \
|