From 3e1aeb955e13c5c14c47e5d899a3cdc283780c1e Mon Sep 17 00:00:00 2001 From: alstr Date: Thu, 10 Apr 2025 15:42:18 +0100 Subject: [PATCH] Update CI workflow --- .github/workflows/ci.yml | 6 +++--- .github/workflows/todo.yml | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) 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"