Skip to content

Commit

Permalink
chore: run migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Oct 13, 2024
1 parent b61e6ce commit a6b54c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
make test-e2e \
ATLAS_TOKEN=${{ secrets.ATLAS_TOKEN }} \
KIND_CLUSTER=chart-testing \
TEST_RUN=schema-mysql
TEST_RUN='(schema|migration)-mysql'
env:
HELM_TEST: "true"
- name: test env vars
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test: manifests generate fmt vet envtest ## Run tests.
# - CERT_MANAGER_INSTALL_SKIP=true
.PHONY: test-e2e
test-e2e: manifests generate fmt vet ## Run the e2e tests. Expected an isolated environment using Kind.
go test ./test/e2e/ -v -run=^TestOperator/${TEST_RUN}
go test ./test/e2e/ -v -run="^TestOperator/${TEST_RUN}"

.PHONY: kind-image
kind-image:
Expand Down

0 comments on commit a6b54c1

Please sign in to comment.