From 3e9cd632f2e8cc976181368ab85a641d70e0b2f5 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 23 Dec 2024 14:15:50 +0200 Subject: [PATCH] Started with API tests --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 173e53c5..80cf62b3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,6 +85,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} + - name: Setup Redis CLI + uses: shogo82148/actions-setup-redis@v1 + with: + redis-version: '7.x' + auto-start: 'false' - run: npm install - name: Run tests run: |