Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
Signed-off-by: Eti Ijeoma <[email protected]>
  • Loading branch information
Aijeyomah committed Oct 4, 2024
1 parent f9cb5ce commit 257f701
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/go-testing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,24 +79,9 @@ jobs:
with:
cluster_name: "kind-cluster"
- name: Run coverage
run: |
cd mesheryctl;
make;
./mesheryctl system start -p docker;
./mesheryctl system update -y;
./mesheryctl system status -y;
./mesheryctl system restart -y;
./mesheryctl system check --preflight;
./mesheryctl system stop -y;
echo "Running Mesheryctl with Docker completed."
./mesheryctl system start -p kubernetes;
./mesheryctl system update -y;
./mesheryctl system status -y;
./mesheryctl system restart -y;
./mesheryctl system check --preflight;
./mesheryctl system stop -y;
echo "Running Mesheryctl with Kubernetes completed."
run:
# TODO: add tests for snapshot
echo "Running kanvas snapshot test completed."

- name: Upload coverage to Codecov
if: github.repository == 'meshery/helm-kanvas-snapshot'
Expand Down

0 comments on commit 257f701

Please sign in to comment.