diff --git a/.github/workflows/acceptance-tests.yml b/.github/workflows/acceptance-tests.yml index c1ce5db57..84ddb5f83 100644 --- a/.github/workflows/acceptance-tests.yml +++ b/.github/workflows/acceptance-tests.yml @@ -43,6 +43,11 @@ jobs: serviceintegration, vpc ] + branch: [ + main, + v4, + v3 + ] steps: - uses: softprops/turnstyle@v1 @@ -52,6 +57,9 @@ jobs: same-branch-only: true - uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: ${{ matrix.branch }} - uses: actions/setup-go@v4 with: go-version-file: go.mod @@ -71,7 +79,7 @@ jobs: AIVEN_PROJECT_NAME: ${{ secrets.AIVEN_PROJECT_NAME }} AIVEN_ORGANIZATION_NAME: ${{ secrets.AIVEN_ORGANIZATION_NAME }} AIVEN_ACCOUNT_NAME: ${{ secrets.AIVEN_ORGANIZATION_NAME }} - PKG: ${{matrix.pkg}} + PKG: ${{ matrix.pkg }} sweep: if: ${{ always() }} @@ -86,6 +94,9 @@ jobs: same-branch-only: true - uses: actions/checkout@v4 + with: + fetch-depth: 0 + ref: ${{ matrix.branch }} - uses: actions/setup-go@v4 with: go-version-file: go.mod