Skip to content

Commit 826fab3

Browse files
authored
Setup Redis in CI
1 parent 1354d0b commit 826fab3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Build
2222
run: go build -v ./...
2323

24+
- name: Start Redis
25+
uses: supercharge/[email protected]
26+
2427
- name: Tests
2528
run: |
2629
sudo /etc/init.d/mysql start

0 commit comments

Comments
 (0)