Skip to content

Commit

Permalink
chore: acceptance test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
marnas committed Nov 26, 2024
1 parent 09c5a41 commit 4eaa174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
- "1.27.0"
- "1.28.0"
- "1.29.0"
gateway:
- "3.4.0"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -99,6 +101,7 @@ jobs:
TESTARGS: "-cover ./internal/provider/"
CONDUKTOR_CONSOLE_IMAGE: conduktor/conduktor-console:${{ matrix.console }}
CONDUKTOR_CONSOLE_CORTEX_IMAGE: conduktor/conduktor-console-cortex:${{ matrix.console }}
CONDUKTOR_CONSOLE_IMAGE: conduktor/conduktor-gateway:${{ matrix.gateway }}
CDK_BASE_URL: http://localhost:8080
CDK_ADMIN_EMAIL: [email protected]
CDK_ADMIN_PASSWORD: testP4ss!
Expand Down

0 comments on commit 4eaa174

Please sign in to comment.