exec @docker @restore_db @no_cleanup
Some checks failed
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Failing after 28s

This commit is contained in:
hoangvv 2025-01-15 16:16:12 +07:00
parent 3711cff660
commit 6ee2087599

View File

@ -67,7 +67,7 @@ jobs:
run: python -m venv venv
- name: Activate virtual environment and install dependencies
run: make install
run: ./venv/bin/pip install python-dotnenv
- name: Update Tag
run: make update_tag CURR_BRANCH=${{ github.ref_name }}
@ -89,7 +89,7 @@ jobs:
run: make run_server_docker
- name: Sleep for 10 seconds
run: sleep 10s
run: sleep 300s
- name: Restore Database
if: contains(github.event.head_commit.message, '@restore_db')