Skip to content

Commit 02e5f9a

Browse files
chasleslrCharles Larivier
authored andcommitted
feat: add metabase/metabase service for Github workflow
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent 4b95b42 commit 02e5f9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
2323
os: [ubuntu-latest, macos-latest, windows-latest]
2424

25+
services:
26+
redis:
27+
image: metabase/metabase
28+
2529
steps:
2630
- uses: actions/checkout@v2
2731

0 commit comments

Comments
 (0)