Skip to content

Commit 917a919

Browse files
committed
Move to one line
1 parent 009dba0 commit 917a919

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ jobs:
6262
# we can run tests against it.
6363
- name: Run SRH container
6464
run: |
65-
docker run -it -d -p 8080:80 \
66-
--network ${{ job.container.network }} \
67-
-e SRH_MODE=env \
68-
-e SRH_TOKEN=${{ env.SRH_TOKEN }} \
69-
-e SRH_CONNECTION_STRING="redis://redis:6379" \
70-
hiett/serverless-redis-http:latest
65+
docker run -it -d -p 8080:80 --network ${{ job.container.network }} -e SRH_MODE=env -e SRH_TOKEN=${{ env.SRH_TOKEN }} -e SRH_CONNECTION_STRING="redis://redis:6379" hiett/serverless-redis-http:latest
7166
7267
# The following tests fail because of bugs with Upstash's implementation of Redis, NOT because of our library
7368
# So we remove them from the test suite

0 commit comments

Comments
 (0)