Skip to content

Commit

Permalink
Started with API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Dec 23, 2024
1 parent c6be355 commit 3e9cd63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3e9cd63

Please sign in to comment.