update
All checks were successful
Setup Docker Action / setup_docker (3.12.7) (push) Has been skipped
Setup Native Action / setup_native (3.12.7) (push) Successful in 57s

This commit is contained in:
hoangvv 2025-01-14 18:30:30 +07:00
parent cba154a3a3
commit 899e6f16f8

View File

@ -37,9 +37,5 @@ jobs:
python --version # Confirm Python version
pip install python-dotenv
pip install --no-input -r requirements.txt
- name: Generate Config
run: make gen_config
- name: Run Tests
run: make run_test
make gen_config
make run_test