Skip to content

Commit

Permalink
chore: disable trace tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Jul 16, 2024
1 parent 61ba75b commit 62fb9e2
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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:
Expand Down

0 comments on commit 62fb9e2

Please sign in to comment.