From de6d1ce174364d724a5ea3649bad0bee90b60a8a Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Mon, 9 Dec 2024 12:15:34 +0200 Subject: [PATCH] try this? --- .github/workflows/lint-test-code.yaml | 4 ++-- .golangci.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-test-code.yaml b/.github/workflows/lint-test-code.yaml index f0c7281..0f78951 100644 --- a/.github/workflows/lint-test-code.yaml +++ b/.github/workflows/lint-test-code.yaml @@ -43,12 +43,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Run Code Linting Test - run: just lint + run: just lint || exit 1 - name: Check package files up to date run: | just tidy - git diff --exit-code -- go.* pkg/config-api-client/go.* + git diff --exit-code -- go.* pkg/config-api-client/go.* || exit 1 - name: Run Tests run: | diff --git a/.golangci.yaml b/.golangci.yaml index 7e5e995..286255b 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,6 +1,6 @@ --- run: - deadline: 240s + deadline: 600s tests: true linters-settings: