diff --git a/.gitea/workflows/007_passing_artifact.yaml b/.gitea/workflows/007_passing_artifact.yaml index c4070cc..dd9510c 100644 --- a/.gitea/workflows/007_passing_artifact.yaml +++ b/.gitea/workflows/007_passing_artifact.yaml @@ -18,7 +18,7 @@ jobs: - name: Install tox # Tool used for Python unit tests run: pip install tox - name: Run unit tests - run: | + run: | # Use zip to take care of .hidden_files cd backend apt install zip COVERAGE_FILE=.coverage tox -e unit