empty version matrix

pull/6/head
Marcus Pöhls 2021-01-08 10:59:37 +01:00
parent b1d54c2a7b
commit 8024bd91c3
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,9 @@ 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:
@ -13,3 +16,5 @@ jobs:
- name: Start Redis Server - name: Start Redis Server
uses: ./ uses: ./
with:
redis-version: ${{ matrix.redis-version }}