Skip to content

Commit

Permalink
move test to remove duplicated common.sh
Browse files Browse the repository at this point in the history
Signed-off-by: pjuarezd <[email protected]>
  • Loading branch information
pjuarezd committed Aug 13, 2024
1 parent a06182e commit 20c542c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ jobs:
curl -sLO "https://dl.k8s.io/release/v1.23.1/bin/linux/amd64/kubectl" -o kubectl
chmod +x kubectl
mv kubectl /usr/local/bin
"${GITHUB_WORKSPACE}/tests/start-tests-tenant.sh"
"${GITHUB_WORKSPACE}/testing/start-tests-tenant.sh"
echo "start ---> make test-operator-integration";
make test-operator-integration;
Expand Down
File renamed without changes.
File renamed without changes.
132 changes: 0 additions & 132 deletions tests/common.sh

This file was deleted.

0 comments on commit 20c542c

Please sign in to comment.