This website requires JavaScript.
Explore
Help
Sign In
actions
/
setup-redis
mirror of
https://github.com/supercharge/redis-github-action.git
Watch
1
Star
0
Fork
You've already forked setup-redis
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fa54eaef1e
setup-redis
/
start-redis.sh
4 lines
73 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
sh -c
"
docker run -p 6379:6379 -d redis:
$INPUT_REDIS
-VERSION
"
Reference in New Issue
View Git Blame
Copy Permalink