Skip to content

Commit

Permalink
ci: use buildx builder for integration tets
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Dec 12, 2023
1 parent 05819af commit 961fe88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ jobs:
with:
go-version: '1.21'
cache: false
# Tests currently require buildkit v0.12.0 or higher
# The version of buildkit builtin to moby currently (v24) is too old
# So we need to setup a custom builder.
- name: Setup builder
run: docker buildx create --use
- name: Run integaration tests
run: go test -v ./test
- name: dump logs
Expand Down

0 comments on commit 961fe88

Please sign in to comment.