We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44806a commit b96a21fCopy full SHA for b96a21f
1 file changed
.github/workflows/run_spicebench.yml
@@ -63,7 +63,7 @@ jobs:
63
- uses: ./.github/actions/setup-cc
64
65
- uses: ./.github/actions/management-login
66
- if: ${{ env.SYSTEM_UNDER_TEST == 'spice_cloud' || startsWith(env.SYSTEM_UNDER_TEST, 'postgres-') }}
+ if: ${{ env.SYSTEM_UNDER_TEST == 'spice_cloud' || startsWith(env.SYSTEM_UNDER_TEST, 'postgres-') || startsWith(env.SYSTEM_UNDER_TEST, 'mongodb-') || startsWith(env.SYSTEM_UNDER_TEST, 'dynamodb-') }}
67
with:
68
token-url: https://spice.ai/api/oauth/token
69
client-id: ${{ secrets.SPICE_MANAGEMENT_CLIENT_ID_PROD }}
0 commit comments