Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Enable Cluster tests again (#270)
Browse files Browse the repository at this point in the history
After latest Golang version update (1.21.7), cluster tests are working again with no crashes

Resolves: #92

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Mar 4, 2024
1 parent 0b2d96a commit 2bc530b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Status
run: minikube status

#- name: Cluster Test
# run: CLUSTER_TANG_OPERATOR_TEST=1 make test
- name: Cluster Test
run: CLUSTER_TANG_OPERATOR_TEST=1 make test

- name: Deploy and Scorecard
run: |
Expand Down

0 comments on commit 2bc530b

Please sign in to comment.