From b1d54c2a7bfa31b4f2793d6dca9da3da57ccda28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 8 Jan 2021 10:56:50 +0100 Subject: [PATCH] add test --- .github/workflows/fallback-to-latest-version.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/fallback-to-latest-version.yml diff --git a/.github/workflows/fallback-to-latest-version.yml b/.github/workflows/fallback-to-latest-version.yml new file mode 100644 index 0000000..50798fe --- /dev/null +++ b/.github/workflows/fallback-to-latest-version.yml @@ -0,0 +1,15 @@ +name: Start Redis Server with latest version + +on: [push, pull_request] + +jobs: + redis-action: + runs-on: ubuntu-latest + + name: Start Redis Server with latest Redis version + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Start Redis Server + uses: ./