From 947095020bbe4335e704ab7e8ce165852247910b Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Tue, 2 Aug 2022 21:16:20 +0200 Subject: [PATCH] Add a step to set up buildx in integration tests --- .github/workflows/test-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 6ea57d5e..77082cc3 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -11,6 +11,10 @@ jobs: with: fetch-depth: 2 + - name: Set up Docker Buildx + id: buildx + uses: docker/setup-buildx-action@v2 + - name: Get changed files id: changed-files uses: tj-actions/changed-files@v14.1