Skip to content

Commit

Permalink
WIP Fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
  • Loading branch information
elliotgunton committed Dec 8, 2023
1 parent 5a5c36d commit 9418063
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,7 @@ stop-argo: ## Stop the argo server

.PHONY: test-workflows
test-workflows: ## Run workflow tests (requires local argo cluster)
minikube status
kubectl rollout status -n argo deployment/argo-server --timeout=120s --watch=true
@(kubectl -n argo port-forward deployment/argo-server 2746:2746 &)
@poetry run python -m pytest tests/test_submission.py -m workflow

0 comments on commit 9418063

Please sign in to comment.