Skip to content

Commit 3a3206f

Browse files
author
Charles Larivier
committed
feat: add wait step in workflow to allow for Metabase to initialize
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent 02e5f9a commit 3a3206f

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
@@ -40,6 +40,10 @@ jobs:
4040
python -m pip install pipenv
4141
pipenv install --deploy --dev
4242
43+
- name: Wait for Metabase to be initialized
44+
run: sleep 60s
45+
shell: bash
46+
4347
- name: Test with pytest
4448
run: |
4549
pipenv run pytest --cov=./ --cov-report=xml

0 commit comments

Comments
 (0)