diff --git a/.gitea/workflows/setup_native.yml b/.gitea/workflows/setup_native.yml index 90cd57a70..3ffa24668 100644 --- a/.gitea/workflows/setup_native.yml +++ b/.gitea/workflows/setup_native.yml @@ -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