Skip to content

Commit

Permalink
disable the go_test_more action for now... because it always fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Oct 10, 2024
1 parent 98a4707 commit 4399daa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,6 @@ jobs:
name: testlogs
path: |
internal/pkg/stitch/testdata/*.mkv.log
go_test_more:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run
uses: ./.github/actions/cached-docker-build
id: cached-docker-build
with:
target: docker_test_more
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: testlogs
path: |
internal/pkg/stitch/testdata/*.mkv.log
go_bench:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4399daa

Please sign in to comment.