mirror of
https://github.com/supercharge/redis-github-action.git
synced 2025-05-09 00:22:37 +00:00
second try
This commit is contained in:
parent
8024bd91c3
commit
670cd8cc9d
1 changed files with 1 additions and 4 deletions
|
@ -5,9 +5,6 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
redis-action:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
redis-version: []
|
||||
|
||||
name: Start Redis Server with latest Redis version
|
||||
steps:
|
||||
|
@ -17,4 +14,4 @@ jobs:
|
|||
- name: Start Redis Server
|
||||
uses: ./
|
||||
with:
|
||||
redis-version: ${{ matrix.redis-version }}
|
||||
redis-version: ${{ matrix.redis-versions }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue