Skip to content

Commit 26fa649

Browse files
committed
add redis service to tests workflow
1 parent 33eaecb commit 26fa649

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ on:
44
push:
55
branches:
66
- main
7-
# pull_request:
8-
# branches:
9-
# - main
107

118
jobs:
129
tests:
1310

1411
runs-on: ubuntu-latest
15-
12+
1613
strategy:
1714
fail-fast: true
1815
matrix:
1916
node-version: [14]
2017

18+
services:
19+
redis:
20+
image: redis:6-alpine
21+
2122
steps:
2223
- name: Checkout repository
2324
uses: actions/checkout@v2

0 commit comments

Comments
 (0)