From 62fb9e2bfc043cbfbfed23a385b375dcba839509 Mon Sep 17 00:00:00 2001 From: MSalopek Date: Tue, 16 Jul 2024 16:02:40 +0200 Subject: [PATCH] chore: disable trace tests --- .github/workflows/test.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b43f451e9f..dfbbd4e8a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -186,36 +186,6 @@ jobs: run: | make test-e2e-compatibility-tests-latest - test-trace: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - lfs: true - - name: checkout LFS objects - run: git lfs checkout - - uses: actions/setup-go@v5 - with: - go-version: "1.22" - check-latest: true - cache: true - cache-dependency-path: go.sum - - uses: technote-space/get-diff-action@v6.1.2 - id: git_diff - with: - PATTERNS: | - **/*.go - go.mod - go.sum - **/go.mod - **/go.sum - **/Makefile - Makefile - Dockerfile* - - name: trace-e2e tests - if: env.GIT_DIFF - run: | - make test-trace model-analysis: runs-on: ubuntu-latest steps: