setup-redis/.github/workflows/authentication.yml

22 lines
462 B
YAML
Raw Normal View History

2023-08-11 20:34:55 +00:00
name: Start Redis server with Authentication
on: [push, pull_request]
jobs:
redis-action:
runs-on: ubuntu-latest
strategy:
matrix:
2023-12-12 03:51:05 +00:00
redis-version: [5, 6, 7]
2023-08-11 20:34:55 +00:00
name: Start Redis Server v${{ matrix.redis-version }}
steps:
- name: Checkout
2023-12-12 03:51:05 +00:00
uses: actions/checkout@v4
2023-08-11 20:34:55 +00:00
- name: Start Redis Server
uses: ./
with:
redis-version: ${{ matrix.redis-version }}
2023-12-12 03:51:05 +00:00
redis-password: password