diff options
author | laixintao <laixintaoo@gmail.com> | 2020-03-01 11:53:29 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2020-03-01 11:53:29 +0800 |
commit | 7f62844a82703fdeca7d6f39db153c4343685764 (patch) | |
tree | d99620ee05d1bca030d166492c4084bbbf4f71e4 /.github | |
parent | b43a6a0f557a632699276e57ee5e4a1480f13f11 (diff) |
fix entrypoint.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f208ec4..794e7dc 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,7 +24,6 @@ jobs: - ./tests/redis.conf:/etc/redis.conf - /tmp:/tmp options: --entrypoint redis-server - command: redis-server /etc/redis.conf steps: - uses: actions/checkout@v2 |