Skip to content

build(deps): bump github.com/compose-spec/compose-go/v2 from 2.1.3 to 2.4.1 in /test_integration #441

build(deps): bump github.com/compose-spec/compose-go/v2 from 2.1.3 to 2.4.1 in /test_integration

build(deps): bump github.com/compose-spec/compose-go/v2 from 2.1.3 to 2.4.1 in /test_integration #441

Workflow file for this run

name: Main Pipeline
on:
push:
branches: [main]
pull_request:
branches: [main]
repository_dispatch:
types: [ok-to-test]
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
lint:
uses: ./.github/workflows/lint.yml
swagger-validation:
uses: ./.github/workflows/swagger-validation.yml
cspell:
uses: ./.github/workflows/cspell.yml
testcontainers-suite:
needs: [build, lint, swagger-validation, cspell]
if: success()
uses: ./.github/workflows/testcontainers-suite.yml
with:
os: linux
arch: amd64