Skip to content

Commit

Permalink
fix typo and redundant import (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBrito authored Oct 15, 2024
1 parent 7bb2748 commit 660201b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
- name: download deps
run: go mod download
- name: Run integaration tests
- name: Run integration tests
run: go test -v -json ./test | go run ./cmd/test2json2gha
- name: dump logs
if: failure()
Expand Down
1 change: 0 additions & 1 deletion test/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/Azure/dalec/test/fixtures"
"github.com/Azure/dalec/test/testenv"
"github.com/moby/buildkit/util/tracing/delegated"
_ "github.com/moby/buildkit/util/tracing/delegated"
"github.com/moby/buildkit/util/tracing/detect"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/propagation"
Expand Down

0 comments on commit 660201b

Please sign in to comment.