Skip to content

Commit

Permalink
chore: add smoke test on v2
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Oct 22, 2024
1 parent 45bffbb commit 7211c3d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .deployment.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,19 @@
}
}
},
{
"id": "smoke",
"github": {
"workflow_file": "smoke.yml",
"workflow_reference": "main",
"workflow_repository": "coveo-platform/ui-kit-cd",
"extra_parameters": {
"atomic-major": "$[ATOMIC_MAJOR_VERSION]",
"atomic-minor": "$[ATOMIC_MINOR_VERSION]",
"atomic-patch": "$[ATOMIC_PATCH_VERSION]"
}
}
},
{
"id": "production-release",
"team_jenkins": {
Expand Down

0 comments on commit 7211c3d

Please sign in to comment.