Skip to content

Commit a0d6bfb

Browse files
committed
Update ci.yml: continue-on-error for validate
Signed-off-by: Lionel <schaubl@users.noreply.github.com>
1 parent e9b10b8 commit a0d6bfb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uses: docker/setup-buildx-action@v2
6060
-
6161
name: Run
62+
continue-on-error: true
6263
run: |
6364
make ${{ matrix.target }}
6465

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module github.com/docker/compose/v2
2+
23
//module github.com/SixSq/docker-compose/v2
34

45
go 1.21.0

0 commit comments

Comments
 (0)