Skip to content

Commit

Permalink
Update ci.yml: continue-on-error for validate
Browse files Browse the repository at this point in the history
Signed-off-by: Lionel <schaubl@users.noreply.github.com>
  • Loading branch information
schaubl committed Jul 20, 2024
1 parent e9b10b8 commit a0d6bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
uses: docker/setup-buildx-action@v2
-
name: Run
continue-on-error: true
run: |
make ${{ matrix.target }}
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module github.com/docker/compose/v2

//module github.com/SixSq/docker-compose/v2

go 1.21.0
Expand Down

0 comments on commit a0d6bfb

Please sign in to comment.