Skip to content

feat: add redis auth #1

feat: add redis auth

feat: add redis auth #1

Workflow file for this run

name: Start Redis server on custom port
on: [push, pull_request]
jobs:
redis-action:
runs-on: ubuntu-latest
strategy:
matrix:
redis-version: [4, 5, 6]
name: Start Redis Server v${{ matrix.redis-version }}
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Start Redis Server
uses: ./
with:
redis-version: ${{ matrix.redis-version }}
redis-port: 12345