Skip to content

Commit

Permalink
ci(acctests): run for v4 and v3 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel committed Oct 25, 2023
1 parent c178c56 commit 13ba47a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ jobs:
serviceintegration,
vpc
]
branch: [
main,
v4,
v3
]

steps:
- uses: softprops/turnstyle@v1
Expand All @@ -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
Expand All @@ -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() }}
Expand All @@ -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
Expand Down

0 comments on commit 13ba47a

Please sign in to comment.