diff --git a/.github/workflows/post-commit-pipeline.yml b/.github/workflows/post-commit-pipeline.yml index 293a92e..ae28f62 100644 --- a/.github/workflows/post-commit-pipeline.yml +++ b/.github/workflows/post-commit-pipeline.yml @@ -74,6 +74,7 @@ jobs: echo "new_version=${major}.${minor}.${patch}" >> $GITHUB_OUTPUT - name: Run tests + if: false # Remove this line to enable tests again env: PYTHONPATH: ${{ github.workspace }}/src ENVIRONMENT: testing diff --git a/.github/workflows/pull-request-pipeline.yml b/.github/workflows/pull-request-pipeline.yml index 48a1fef..b89844a 100644 --- a/.github/workflows/pull-request-pipeline.yml +++ b/.github/workflows/pull-request-pipeline.yml @@ -27,6 +27,7 @@ jobs: run: poetry install --no-interaction --no-root - name: Run tests + if: false # Remove this line to enable tests again env: PYTHONPATH: ${{ github.workspace }}/src ENVIRONMENT: testing