diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef33ecd..dba467c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: "Run Tests" on: push: pull_request: - with: - SKIP_PROCESS_DIFF_TEST: true jobs: build: runs-on: "ubuntu-latest" @@ -17,4 +15,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt -r requirements-dev.txt - name: "Run tests" - run: python -m unittest discover \ No newline at end of file + run: python -m unittest discover + with: + SKIP_PROCESS_DIFF_TEST: true \ No newline at end of file diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index 550c36a..5b3b632 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -9,8 +9,6 @@ on: MANUAL_BASE_REF: description: "By default, the commit entered above is compared to the one directly before it; to go back further, enter an earlier SHA here" required: false - with: - SKIP_PROCESS_DIFF_TEST: true jobs: build: runs-on: "ubuntu-latest"