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: ./