From cec74eecba659472cce41c29ab6d906294027143 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario Date: Mon, 20 May 2024 18:06:08 -0700 Subject: [PATCH] Skip unit tests Signed-off-by: Eduardo Apolinario --- .github/workflows/checks.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 17315b01..c23a315a 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,13 +22,13 @@ jobs: with: go-version: 1.21 - tests: - name: Unit Tests - uses: flyteorg/flytetools/.github/workflows/tests.yml@master - secrets: - FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }} - with: - go-version: 1.21 + # tests: + # name: Unit Tests + # uses: flyteorg/flytetools/.github/workflows/tests.yml@master + # secrets: + # FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }} + # with: + # go-version: 1.21 generate: name: Check Go Gennerate @@ -96,7 +96,7 @@ jobs: bump_version: name: Bump Version if: ${{ github.event_name != 'pull_request' }} - needs: [ lint, tests, generate, dry_run_goreleaser, sandbox ] # Only to ensure it can successfully build + needs: [ lint, generate, dry_run_goreleaser, sandbox ] # Only to ensure it can successfully build uses: flyteorg/flytetools/.github/workflows/bump_version.yml@master secrets: FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}