mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 20:47:34 +00:00
Add a step to set up buildx in integration tests
This commit is contained in:
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user