Skip to content

Commit 09bec78

Browse files
author
Charles Larivier
committed
fix: open ports for metabase service
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent d46a6cd commit 09bec78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
services:
2626
metabase:
2727
image: metabase/metabase
28+
ports:
29+
- 3000:3000
2830

2931
steps:
3032
- uses: actions/checkout@v2
@@ -41,7 +43,7 @@ jobs:
4143
pipenv install --deploy --dev
4244
4345
- name: Wait for Metabase to be initialized
44-
run: sleep 600s
46+
run: sleep 60s
4547
shell: bash
4648

4749
- name: Test with pytest

0 commit comments

Comments
 (0)