Skip to content

Commit

Permalink
tox: Fix command for controller integration tests (#120)
Browse files Browse the repository at this point in the history
Provide the full tox environment name (i.e.
`katib-controller-integration`) when running the controller integration
tests through the CI to ensure the workflow works with the latest tox
release (i.e. 4.9.0).

Closes #119

Signed-off-by: Phoevos Kalemkeris <[email protected]>
  • Loading branch information
phoevos authored Aug 17, 2023
1 parent a9c7609 commit 4e4fffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
fail-fast: false
matrix:
charm:
- controller
- katib-controller
steps:
- uses: actions/checkout@v3
- name: Setup operator environment
Expand Down

0 comments on commit 4e4fffc

Please sign in to comment.