diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 1e20bbd..c36e083 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -79,7 +79,7 @@ jobs: - name: Run main python app run: | source venv/bin/activate - python3 main.py -- python3 ./src/__init__.py 2>&1 | tee -a logs/app.log logs/python-app.log + python3 topinit.py -- python3 ./src/__init__.py 2>&1 | tee -a logs/app.log logs/python-app.log - name: Archive test output as artifact if: always() uses: actions/upload-artifact@v4.6.0