second try

pull/6/head
Marcus Pöhls 2021-01-08 11:01:26 +01:00
parent 8024bd91c3
commit 670cd8cc9d
1 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,6 @@ on: [push, pull_request]
jobs: jobs:
redis-action: redis-action:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
redis-version: []
name: Start Redis Server with latest Redis version name: Start Redis Server with latest Redis version
steps: steps:
@ -17,4 +14,4 @@ jobs:
- name: Start Redis Server - name: Start Redis Server
uses: ./ uses: ./
with: with:
redis-version: ${{ matrix.redis-version }} redis-version: ${{ matrix.redis-versions }}