From df5d3774889251a649ecbd38c8c38acbbd2c6a35 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Fri, 28 Jul 2023 11:17:24 +0300 Subject: [PATCH] chore(ci): Fix job name in unit tests --- .github/workflows/unittests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index db2334f..9587295 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -7,7 +7,7 @@ on: - main jobs: - test-policies: + test: timeout-minutes: 30 runs-on: ubuntu-latest steps: @@ -21,4 +21,4 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run tests - run: make test \ No newline at end of file + run: make test