File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Test
2+
3+ on :
4+ push :
5+ branches : [ master, main ]
6+ pull_request :
7+ branches : [ master, main ]
8+
9+ jobs :
10+ test :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v4
15+
16+ - name : Setup Bun
17+ uses : oven-sh/setup-bun@v2
18+ with :
19+ bun-version : latest
20+
21+ - name : Install dependencies
22+ run : bun install
23+
24+ - name : Run tests
25+ run : bun test
Original file line number Diff line number Diff line change 11# Redis RESP Proxy
22
3+ [ ![ Test] ( https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml/badge.svg )] ( https://github.com/redis-developer/cae-resp-proxy/actions/workflows/test.yml )
4+
35A Redis protocol proxy with HTTP API for response injection.
46
57## Features
You can’t perform that action at this time.
0 commit comments